urosbr
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bento] Woocommerce product pictures are above the titleHello @satoristudio!
Deactivating W3 Total Cache solves the problem!Thank you for the quick help!
Forum: Themes and Templates
In reply to: [Bento] Woocommerce product pictures are above the titleAnd the website where you can see what is happening is: http://esencavesolja.si/izdelek/ogrlica-roza-zivljenja-manjsa/
Forum: Themes and Templates
In reply to: [Bento] Woocommerce product pictures are above the titleI apologise, I’ve seen now that it’s enough to turn off float¸and width rule to get the desired result.
.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; <- turn off
width: none; <- turn off
}I am doing it with Firefox > Web Developer > Page Source
Forum: Themes and Templates
In reply to: [Bento] Woocommerce product pictures are above the titleOK, I tried with changing CSS and I used this code:
.woocommerce .product .single-product-section-wrap .entry-summary {
height: auto;
position: static;
width: 100%;
}This solved the problem :), but would still like to know if this is Bento theme issue and if there is a plan for a fix?
Thank you 🙂