x

Hamburger menu not showing on mobile

Hi,

I'm using the Birdseye 2 theme and the hamburger menu isn't showing up in the mobile version of the site here:

https://adservelive.weebly.com/

I've tried searching but haven't found any posts with the same problem, so any help would be appreciated!

thanks

3,555 Views
Message 1 of 4
Report
1 Best Answer

Best Answer

Hi James,

Try this code on the backend on your CSS file.

@media screen and (max-width: 992px) {
.birdseye-header label.hamburger {
    display: table-cell;
    vertical-align: middle;
    background: #000000 !important;
    width: 40px !important;
}
}

View Best Answer >

3,517 Views
Message 5 of 4
Report
3 REPLIES 3
Square

It looks like you've customized the theme some, @jamesjfoley - it's possible that broke the mobile menu. Can you try switching back to the standard version to see if that helps? If it does you could try re-doing your theme changes on at a time to see which one caused the issue.

3,528 Views
Message 5 of 4
Report

Best Answer

Hi James,

Try this code on the backend on your CSS file.

@media screen and (max-width: 992px) {
.birdseye-header label.hamburger {
    display: table-cell;
    vertical-align: middle;
    background: #000000 !important;
    width: 40px !important;
}
}
3,518 Views
Message 5 of 4
Report

Thanks for your help - that CSS did the trick!

3,501 Views
Message 5 of 4
Report