Comments Alex started the conversationJune 15, 2015 at 12:32amHi- whenever i use VC, the top of the content is cut off by header. I know i can add padding to rows in VC, but how do i universally add padding at top of main content div I tried doing this, but then background image is lost. div.main-content {padding-top: 100px;}thanksa 8,851Tahir repliedJune 15, 2015 at 3:15pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :@media only screen and (min-width: 1000px) { .container-wrap { padding-top: 125px !important; } }Thanks ThemeNectar Support Team 1 Like Sign in to reply ...
Hi- whenever i use VC, the top of the content is cut off by header. I know i can add padding to rows in VC, but how do i universally add padding at top of main content div
I tried doing this, but then background image is lost.
div.main-content {padding-top: 100px;}
thanks
a
Hey ,
Thanks
ThemeNectar Support Team