Archived topic
woocommerce single post full width image
1 reply · Started by Tamas on June 26, 2017
Hi,
a set the product single page to 4 columns, but it brings the image in full width.
here is a link to the site:
http://trietadieta.hu/termek/taplalkozasi-szokas-elemzes/
screenshots:
https://drive.google.com/drive/folders/0B_aFXqndWLvQUjhKRms4MEx4STg?usp=sharing
Another issue:
On the landing page http://trietadieta.hu/
The woocommerce products are diferent to gp and elementor back-end versions.
I set the align and the size, but nothing happens.
What Should I Do?
Tamás
Hi there,
You have this CSS:
.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
float: none;
width: 100%;
}
It's minified, so I can't tell where it's coming from. Likely your custom CSS though?