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

    Hello,

    I’ve just finished building a site with your theme but I have an issue with the logo size on Ipad landscape => the logo is too big, same on Firefox when I resize the window at 1024 px width. It’s OK on my Samusung Galaxy tablet. You can check on the url below.
    I’ve activated the mobile menu on tablets so it’s OK on Ipad portrait.
    Can u help?
    Tx and nice day
    Marine

    #642653

    Hey Jean-Francois,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 1134px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }
    

    Best regards,
    Vinay

    #642746

    Thanks Vinay for your quick answer, works perfect ! Many thanks again
    Best regards
    Jeff

    #642747

    Hi,

    Glad to hear it worked! Feel free to reach out to us again on the forum if there is anything else you need assistance with.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with the logo size’ is closed to new replies.