Okay
  Public Ticket #457491
VC Header Overlap
Closed

Comments

  • Alex started the conversation

    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

  •  8,851
    Tahir replied

    Hey ,

    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