Top Bar in mobile

Posted in: Newsmag
Post count: 11

Hi,
How to have the topbar mobile? we need top menu also in mobile version
Regards

Staging url: https://www.edigraph.it/fin_20244/

Post count: 35449

Hello,
This can be done only with custom css:
.td-header-style-1 .td-header-top-menu {
display: block;
}
.td-top-bar-container {
display: inline-flex;
}

Set the above code in the theme panel > custom code> advance css phone section.
I hope this will help you!

Post count: 11

Exactly what we need to have it, but, in mobile the top bar desktop style is terrible, mey we have an “hamburger” top bar?

Regards

Post count: 35449

Hi,
Unfortunately, there is no option for this, sorry!
If you want you ca try this custom css, I made the top menu to look better – https://i.imgur.com/UjnTnz1.png
.td-header-style-1 .td-header-top-menu {
display: block;
text-align: center;
margin-bottom: 16px
}
.td-header-sp-top-menu .td_data_time, .top-bar-style-1 .td-header-sp-top-widget {
display: none!important;
}

Thank you!

Post count: 11

Hi,
Tnx a lot for helping, we opted for another solution
Regards!

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