• Resolved bikkreativ

    (@bikkreativ)


    Hello,

    I use the theme Agama blue. I noticed that when looking at the website in the iphone the hamburger menu lays over the logo.
    Can you put the menu under the mobile view under the logo.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author themevision

    (@themevision)

    Hello,@bikkreativ!

    Can you post an address to your site?

    Thread Starter bikkreativ

    (@bikkreativ)

    Hello,

    the site is still in maintenance mode. Can I send a screenshot?

    Theme Author themevision

    (@themevision)

    Hi,

    Not necessary…

    Try to add a next custom CSS code in Customize->General ->Additional CSS :

    @media only screen and (max-width: 480px){
    	.pull-left{
    	float:none!important;
    }
    }

    Regards

    Thread Starter bikkreativ

    (@bikkreativ)

    Many Thanks,

    you can now move the logo a bit to the left and make the hamburger menu white

    Theme Author themevision

    (@themevision)

    Hello,

    In that case, use the following code instead of the one I gave you:

    @media only screen and (max-width: 480px){
     .pull-left{
     float:none!important;		
    }
    .mobile-menu-toggle{
     padding-right:40%;
    }
    .mobile-menu-toggle-inner, .mobile-menu-toggle-inner::before, .mobile-menu-toggle-inner::after{
     background-color: white!important;
    }
    }

    Change the padding-right value per your needs.

    Regards

    Thread Starter bikkreativ

    (@bikkreativ)

    Thank you for fast and good help.

    Theme Author themevision

    (@themevision)

    No problem. ??

    Thank you for using our theme!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hamburger Menu under Logo’ is closed to new replies.