Topbar is not visibile in mobile view

Posted in: Newsmag
Post count: 33

How can i enable display of top menu bar in mobile view

My site vishalbhandari.com, top bar is visible in desktop view but not in mobile view.

Post count: 23312

Hello Vishal,

If you want to display the Topbar on mobile view, you should use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

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

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

Thanks for the message!

Post count: 1

Works perfect, any chance to show the date instead social icons?

Regards
Javier Sierra

Post count: 23312

Hello Javier Sierra,

This request involves some additional customizations and we cannot provide custom work at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work, sorry!

Thanks for the message!

Post count: 33

Hi I only can see social icons

I cants see

my top menu bar in mobile view

See at: vishalbhandari.com

Post count: 23312

Hello Vishal,

If you want to display the top bar menu on the mobile devices, you souhld use a bit of CSS code for it. Try the code below and place it in Theme panel->Custom CSS area.

The code is ->


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

Thanks for the message!

Post count: 2

it’s not working… Now I was try some variation but ı cant take result


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


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


@media
(max-width: 350px){
.td-header-sp-top-widget {
display: block !important;
}
}

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

@media
(max-width: 350px){
.top-bar-style-mp-1 {
display: block !important;
}
}

Post count: 35449

Hi ismayilpoyraz, this is an old topic, do you have an old theme version?
If not, then is possible that the new structure to be different and that it is interfering with your css.
Also, if you can provide a link to your website and some details about what you want to achieve, I will try to help you!
Thank you!

Post count: 2

My newspaper theme ver. 12.1.1
I want to show topbar menu on mobile view but ı can’t show 🙁
can you display in http://www.borsatakipci.com

many thanks

Post count: 35449

Hi ismayilpoyraz, normally the top bar can be displayed on mobile only if you have it on desktop too (for example https://i.imgur.com/9IQUaqA.jpg).
Thank you for your understanding!

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