Mobile Menu is bugged

Posted in: Newspaper
Post count: 2

Hello, on the mobile version of our website (mobile not enabled) we have a buggy top menu. I think I just need to hide the top menu thats broken, but I have had no success with css yet.

Our URL is http://www.sharpstaking.com.

Thank you

Post count: 20688

Hi,

This is happening because you are not using the default theme menu, you have a different menu present. Now both header menus are displaying
https://www.screencast.com/t/6RFwyoCcn72
If you could tell me what exactly you want to do I will try to provide you a solution.

Thanks

Post count: 2

I want to disable the menu that is currently on top and keep the second one.

Post count: 20688

Hi,

It is quite complicated it seems to do this with css. It seems that you or the plugin have managed to include the custom menu inside the existing menu. Please try the code provided below and enter it in the Theme panel->Advanced Css in the phone section
https://www.screencast.com/t/2Z5DwoLqdzB6
The result should be like this – https://www.screencast.com/t/tcsjTkK3hPi

.td-header-wrap .td-header-main-menu {
padding-left:0;
padding-right:0;
background-color: white!important;
}
.td-header-style-10 #td-header-menu {
margin-top: -54px;
}
.mega-menu-toggle {
height: 54px!important;
padding-top:9px;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.