Top Menu in Mobile

Posted in: Newsmag
Post count: 18

Hello all. I have some important links in my top menu. But it is not visible in mobile. What can we do to show the top bar?

And I don’t like the mobile menu. It shows only 4 of the social links. These are the problems with the theme I see. What can we do? Thanks.

Post count: 23312

Hello Oğulcan Özügenç,

Notice that top bar is disabled by default on mobile. You should provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thanks for your understanding!

Post count: 18

My website is: https://ogulcanozugenc.com/

Can’t we enable the top bar on mobile? What alternative can I do for my top bar menu links?

And like I said in mobile mode the mobile menu only shows 4 of the social links, which I need all of them… Thanks.

Post count: 23312

Hello Oğulcan Özügenç,

Try the code below and place it in Theme panel -> Custom CSS area.

@media (max-width: 767px){
.td-top-menu-full {
display: block !important;
}
}

The result is here -> https://www.screencast.com/t/TApcDA7RBp

Thanks for the message!

Post count: 18

Hey yeah. It looked like your result. It is great! I will customize it little more and it will look better I guess. Thanks for this 🙂

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