Okay
  Public Ticket #3718034
displaying text in a hero section
Closed

Comments

  •  4
    Lucy started the conversation

    The row below the header is a hero section with content. I would like the content locate closer to the top of the background image. 

    Also, is there a way to have the logo overlap the top of the secondary nav?

  •  2,958
    Andrew replied

    Hi Lucy,

    Thank you for getting in touch.

    I recommend the 50px margin top you have added the first row closer to the top.

    4842001942.png

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (min-width: 1000px) {
      #header-outer:not(.transparent) #top #logo {
        top: -60px;
        z-index: 1 !important;
      }
      
      #header-secondary-outer, #header-outer #header-secondary-outer, 
      body #header-outer #mobile-menu .secondary-header-text {
        z-index: -1;
      }
    }

    Try this and let us know how it goes.

    Thanks,

  •  8,837
    Tahir replied

    Hey Again,

    - Try reducing the padding in the hero section row settings: https://themenectar.com/docs/salient/page-builder-row/#padding . 

    - Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #top #logo img {
        margin-top: -90px;
      
    }
    div#header-secondary-outer {
        z-index: 9997;
    }

    Thanks



    ThemeNectar Support Team 

  •  4
    Lucy replied

    Tahir and Andrew, 

    Thanks for you quick response. Between both your recommendations I was able to make it work. 

    I appreciate your time to help me. 

    Kindly, Lucy