Comments Erik started the conversationJanuary 13, 2017 at 1:30pmHi!I have re-created the CTA in Visual Composer with a custom url:https://www.bloomming.com/product/hanging-room-divider-facethttps://www.bloomming.com/showcase/large-room-divider-screenSo it matches your CTA functionality as shown at: https://www.bloomming.com/about-us.Only problem is, on my Product pages (https://www.bloomming.com/product/hanging-room-divider-facet) a extra spacing/padding/margin is shown (see attachment).Can you tell me how to safely remove this spacing with CSS?Thanks! 9,090Tahir repliedJanuary 13, 2017 at 4:28pmHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .single-product .container-wrap { padding-bottom: 0px; } .single-product div.clear { padding-bottom: 0px; } .woocommerce .woocommerce-tabs>div:not(.tab-container) { padding: 0px 0px!important; Thanks ThemeNectar Support Team 1 Like Sign in to reply ...
Hi!
I have re-created the CTA in Visual Composer with a custom url:
https://www.bloomming.com/product/hanging-room-divider-facet
https://www.bloomming.com/showcase/large-room-divider-screen
So it matches your CTA functionality as shown at: https://www.bloomming.com/about-us.
Only problem is, on my Product pages (https://www.bloomming.com/product/hanging-room-divider-facet) a extra spacing/padding/margin is shown (see attachment).
Can you tell me how to safely remove this spacing with CSS?
Thanks!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team