Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #937169

    Hi
    We have a big logo. The logo need to cross top bar, header area and a little bit slider image.
    I found the logo area is under top bar.
    How to let it cover the top bar area.

    Here is our CSS code.
    /* CSS – Logo overlap content */
    #top .logo,
    #top .logo a{
    overflow: visible;
    }

    .logo img {
    height: auto;
    max-height: 180px !important;
    position: fixed;
    top: 0px;
    left: 0px;
    }

    .logo a:before {
    height: 20px;
    width: 11px;
    background: #ffffff;
    }

    Thanks!

    #937622

    Hey HeeHA,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #header_main {
        z-index: 15;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #937836

    Hi Victoria

    It’s great!
    But on the mobile version, The logo is cover whole top bar.
    On our top bar have language item, sitemap menu & welcome message etc.

    Screenshot :
    Computer/Notebook view:
    http://nimb.ws/Omo7f2

    Mobile view:
    http://nimb.ws/GvUCMK
    http://nimb.ws/kivUaW

    Hope it can be changed.

    Thanks!

    #938949

    Hi HeeHA,

    You should have the burger menu on the screens up to 990px, this can be changed in Theme options.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #top .logo img {
          height: auto;
          max-height: 100% !important;
          position: relative;
          top: auto;
          left: -2.1em;
          width: 90%;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.