Skip to content

[BUG] Edit single product page #727

Answered by crftwrk
akvrmvlakis asked this question in Q&A
Discussion options

You must be logged in to vote

This files are not inside our theme. If you want to add row and cols to them you must copy the files from WooCommerce to your child. For example the product image https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/templates/single-product/product-image.php.

But instead overriding the template files, you can roughly override WooCommerce's CSS:

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.pro…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@crftwrk
Comment options

Answer selected by akvrmvlakis
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #725 on March 08, 2024 20:04.