• Resolved vshalgupta92

    (@vshalgupta92)


    hello,
    WOndering if anyone can help me out. Hamburger menu of my site https://www.hindola.com is not working when viewed from mobile, the hamburger button doesnt do anything when i click it from mobile. I did some CSS for site title and description alignment, it is after that I notice the problem. Please help me out.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey,

    Could you please reverse the code you have added and see if the hamburger button works? If it works we shall help you with the site title and description alignment in a different approach without affecting the menu.

    Good Day,
    Best Regards ??

    Thread Starter vshalgupta92

    (@vshalgupta92)

    Hello its working after reversing the code. please let me know the alternative approach for site title and description alignment for desktop tablet and mobile view.

    Hey,

    It would have been easier if you have mentioned about alignment more clearly (left, right, center). However, looking to your site here an alignment to center.
    Go to your?Dashboard > Appearance > Customize > Additional CSS
    Add this to the Additional CSS:

    .logo-text.site-branding {
        margin-top: 10px;
    }
    
    @media (max-width: 480px){
    .logo-text.site-branding{
            margin-top: -6px;
     }
    }

    Good Day,
    Best Regards.

    Thread Starter vshalgupta92

    (@vshalgupta92)

    Hi Sabina, You are great. your code was a piece of cake. I just made the margin-top 15 and it is in the center now

    Thread Starter vshalgupta92

    (@vshalgupta92)

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hamburger menu not working is mobile view’ is closed to new replies.