Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #802408

    Hi there,

    I have this new header on my site and now I notice it is too large when displayed on tablets. And it doesn’t shrink when resized.

    I have made a short video to show you.

    Can you help me to resize it or to make it a hamburger-menu?

    Hope to hear from you!

    Maaike

    #802464

    Hey MaaikeVVV,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top .container.av-logo-container {
        height: 80px !important;
        line-height: 80px !important;
      }
    
      #top .logo a, 
      #top .logo img {
        max-height: 80px !important;
      }
    }

    Just adjust 80px to lesser value if it’s still too big. Hope this helps :)

    Best regards,
    Nikko

    #802479

    Hi Nikko,

    Appreciate your help! Thanks.

    Unfortunately, I don’t see any changes :-(

    What did I do wrong?

    Maaike

    #802727

    Hi Maaike,

    You did not do anything wrong. You should try to clean the cache on your tablet or try on another tablet and see if the code gets applied. I adjusted the menu slightly, so that it does not fall out of the header. Hers is the code, you can put it in your child theme style.css:

    
    @media only screen and (max-width:1024px) and (min-width:768px) {
      #top .container.av-logo-container {
        height: 80px !important;
        line-height: 80px !important;
      }
    
      #top .logo a, 
      #top .logo img {
        max-height: 80px !important;
      }
      .responsive .main_menu ul:first-child > li > a {
        padding: 0 8px;
    }
    #header_main_alternate .container {
        padding: 0 10px;
    }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #802923

    Tx Victoria!

    I asked my sister to check it on her tablet and it looks great now :-)

    Have a nice day!
    Maaike

    #803249

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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