Full width on single product page
-
Hi,
I am just starting out with woocommerce and would like to make my single product page go all the way across. As it is, I would like the image to move to the left but, even more, I would like the summary (description) to stretch out more to the right. I have used the customizer to add css but if I increase the summary width it goes below the image. It appears that the right side of the page is holding space for a sidebar, but there is no sidebar showing (which is fine with me).Below is the additional CSS I have added using the customizer (although, honestly, I think it is the same as the site’s original code). I am a newbie to hooks and php but unafraid (I know enough to apply it, just not how to write it). Any help would be appreciated!
Debbie.single-product div.product .summary {
width: 52.9411764706%;
float: right;
margin-right: 0;}
.single-product div.product .woocommerce-product-gallery {
width: 41.1764705882%;
float: left;
margin-right: 5.8823529412%;
margin-bottom: 3.706325903em;}
.right-sidebar .widget-area {
width: 21.7391304348%;
float: right;
margin-right: 0;}
The page I need help with: [log in to see the link]
- The topic ‘Full width on single product page’ is closed to new replies.