Top bar with esencial links

Posted in: Newspaper
Post count: 2

Hello,

The top bar has esencial links that disappear on the mobile version, How can I add those link on the mobile menu?

https://www.diarioenergetico.com.mx

Thank you for the support

  • This topic was modified 8 years by Simion C..
Post count: 20688

Hi,

By default the top bar will not be displayed on mobile. There is no theme option to enable it. If it is absolutely necessary it could be made to display with custom code, like this
https://www.screencast.com/t/FIlbEiNcA
The code will also center align the menu items and date, you can remove that conditions if it is not needed. Enter the code in Theme panel->Custom CSS section

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

Thanks

Post count: 2

thank you that worked perfect !!!

Post count: 37

Thanks, it must be in setting (on/off toggle button)…..

Post count: 20688

Hi,


@Filandor
I couldn’t say if there will be a setting to toggle top bar display on mobile. If this request becomes more popular, it may be considered for implementation. So for the moment it could only be displayed with CSS code.

Thanks

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