Top header bar on mobile

Posted in: Newspaper
Post count: 11

Is there a way of getting the top header bar to be there on mobile?

https://www.babababoon.co.uk/

Post count: 20688

Hi,

It would be possible, try a code like this
https://www.screencast.com/t/IUpj97UnzE

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

Enter it in Theme panel->Custom CSS section and it should make the top menu visible on mobile.

Thanks

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