Okay
  Public Ticket #330811
Logo Overlap
Closed

Comments

  • Kim started the conversation

    My client has a round logo which is making the header area a little large. is there a way to have the logo just overlap into the area below? so not contained in the header?

  •  8,402
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (min-width: 1000px) {
        header#top #logo img {
            height: 148px !important;
            position: fixed;
        }
    }
    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        html body header#top #logo img {
            height: 91px!important;
            margin-top: -19px!important;
            position: fixed;
        }
    }
    
    Thanks 


    ThemeNectar Support Team 

  • Kim replied

    it didn't really change anything?

  •  8,402
    Tahir replied

    Hey Kim!

    I can see the changes, see screenshot: http://prntscr.com/5f7rfd . Please clear your browser cache. 

    Thanks 


    ThemeNectar Support Team 

  • Kim replied

    yea, strange i did, and looked at it in explore/safari/chrome (cleared cached) and still not seeing it

  •  8,402
    Tahir replied

    Try using another computer. 

    Thanks 


    ThemeNectar Support Team 

  •  1
    Farbenfeuer replied

    In regards to this topic i wanted to ask, if theres an option to have the mega menu not covered by the logo? https://share.getcloudapp.com/YEuXvNdb


  •  2,721
    Andrew replied

    Hi There,

    This link http://www.imaginationslive.com/ seems not to be working. Please check and resend.

    Thanks

  •  8,402
    Tahir replied

    @Farbenfeuer ,

    The z-index of the logo div would need to be increased for it to show above the mega menu.

    Thanks


    ThemeNectar Support Team 

  •  1
    Farbenfeuer replied

    @Tahir,

    i'm trying to achieve the opposite - the logo IS ALREADY covering the MM - but i dont want that to happen.

  •  8,402
    Tahir replied

    @Farbenfeuer ,

    Please provide the page URL so we can look and provide the relevant custom css .

    Thanks


    ThemeNectar Support Team