How to Make TOP Bar appear on Mobile Screen?

Posted in: Newspaper
Post count: 66

Hello,

I have deactivated the Mobile themes, as it only provides 1 predesigned grid. How do I make the Top
Bar show on the mobile them? I would like the desktop version to almost look the same way in the mobile version.

Thank you,

Cyrus

Post count: 18283

Hello !

In order to display your top bar you will have to add the code bellow here: https://www.screencast.com/t/yJLAWkTc5unx

@media (max-width: 767px){
.td-header-top-menu,
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;
text-align: center;
}
.td-social-icon-wrap{
display:none;
}}

I hope this was helpfull !

Thank you !

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