Comments 2Caroline started the conversationDecember 20, 2016 at 5:16pmHi everyone, i'm triying to modify this page. I mean i'd like to have the calendar centered and wider. I've already tried different things in the woocommerce option within the theme options but it doesn't fit me, thanks for your help :DCarolineps : see the sceen capture http://www.universetequilibre.com/product/soins-energetiques/ Andrew replied privately Caroline replied privately 3,030Andrew repliedDecember 22, 2016 at 1:16pmHi Caroline,Apologies for the late reply.To have that look you we would need to make everything on the page stacked i.e. image on top, table following and then the fields.This bit of CSS can do that for you: div.span_5.col.single-product-main-image{width:100% !important;} div.span_7.col.col_last.single-product-summary{width:100% !important;} div.DOPBSPCalendar-container{width:100% !important;} Add it to salient \ general settings - css script related - custom css code.Hope this helps.1 Like 2Caroline repliedDecember 22, 2016 at 2:22pmHey Dear Andrew,Thank you so much ! I'm a bit bothered by the huge product images of this CSS render. Is there a way to have it smaller ? Best, Caroline 3,030Andrew repliedDecember 22, 2016 at 4:57pmHi Caroline,Please use this CSS instead: div.span_5.col.single-product-main-image{width:100% !important;} div.span_7.col.col_last.single-product-summary{width:100% !important;} div.DOPBSPCalendar-container{width:100% !important;} .woocommerce div.product div.images img { width: 50%; margin: 0 auto; } It should scale down the image and keep it centered.The 50% width can be increased to increase image sizes.Hope this helps.1 Like 2Caroline repliedDecember 26, 2016 at 3:58pmThank you Andrew ! This will be fine :) Sign in to reply ...
Hi everyone,
i'm triying to modify this page. I mean i'd like to have the calendar centered and wider. I've already tried different things in the woocommerce option within the theme options but it doesn't fit me,
thanks for your help :D
Caroline
ps : see the sceen capture
http://www.universetequilibre.com/product/soins-energetiques/
Hi Caroline,
Apologies for the late reply.
To have that look you we would need to make everything on the page stacked i.e. image on top, table following and then the fields.
This bit of CSS can do that for you:
Add it to salient \ general settings - css script related - custom css code.
Hope this helps.
Hey Dear Andrew,
Thank you so much ! I'm a bit bothered by the huge product images of this CSS render. Is there a way to have it smaller ?
Best,
Caroline
Hi Caroline,
Please use this CSS instead:
It should scale down the image and keep it centered.
The 50% width can be increased to increase image sizes.
Hope this helps.
Thank you Andrew !
This will be fine :)