Top Navigation Not Showing on Mobiles

Posted in: Newspaper
Post count: 4

I have very important navigation elements on top navigation. But on mobiles top navigation is disabled. How can I enable the top navigation on mobiles.
My site: govtjobmela.com

Thanks & Regards

Post count: 20688

Hi,

I could give you a code for that, the top menu is not displayed on mobile by default. The basic code would have this result
https://www.screencast.com/t/pxsM0nVj
For some styling you could mention how you want them to display, and I will try to modify this code.

@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
}
.td-social-icon-wrap{
display:none;
}
.td-header-style-8 .td-header-top-menu {
margin-left:auto;
width: 100%;
}}

Thanks

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