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

    Hi! Hi have a problem with the logo on mobile devices because is bigger than specifications and it’s partially hidden by the main menu selector. Is it to place the logo a little bit lower on mobile devices? How can I solve this problem? thank you in advance.

    #245633
    This reply has been marked as private.
    #245640

    Hey!

    Plese add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { 
    #header_main { height: 120px; }
    #advanced_menu_toggle { top: 115%; }}

    Best regards,
    Yigit

    #246605

    Thank you Yigit! Works perfect

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold logo on mobile devices’ is closed to new replies.