This topic has 9 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi guys, can you help me with this? http://prntscr.com/1tcj7gf
Would like to have the text content at least the same length of the image at the left. I only need this for desktop mode.
Is this possible? Thank you guys!
Hello,
We don’t have such option in our theme, unfortunately.
Regards
it can be done with css?
Hello,
I don’t think because image size changes if you check it from different devices (for example 1200+ and 1200- device width) and we can’t calculate description height using CSS only taking into account also height of the information above the description.
Regards
Hello,
I don’t think because image size changes if you check it from different devices (for example 1200+ and 1200- device width) and we can’t calculate description height using CSS only taking into account also height of the information above the description.
Regards
Ohh what i just wanted was to limit the size of the image and desc container so it wont look akward in desktop. I have fixed sizes on images. when the title is long on a product it looks akward on desktop mood like the screenshot i put here. what i wanted is just this
Hello,
I see. In this case add the below custom
.single-product .product-subtitle {
max-width: 598px;
}
Regards
YAY!!!!! THANK YOU!!!!!!!!!!!!!! Been trying to fix this before! hahah
Thanks again!
Hello,
You are welcome.
Regards
Tagged: content, ecommerce, shopping, single product, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up