Top Bar In Mobile menu is not coming

Posted in: Newspaper
Post count: 1

Hi team
i am new with news paper theme my website is https://sarafaportal.allindiasarafabazaar.com/
i want to know how i can use top bar menu in mobile version ?

i do not want social icons in mobile version i want menu item which is not coming after all my efforts

Please help

Post count: 20688

Hi,

The top menu is not supposed to display on mobile, it will be hidden. However it could be made to appear if necessary, try this code
https://www.screencast.com/t/Z93oGw3pqs0
Enter it in Theme panel->Custom code->CSS section if you decide to use it

@media (max-width: 767px){
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align:center ;
}
.menu-top-container {
margin-right: 0;
}}

Let me know if you have more questions, I will try to help you.
Thanks

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