Top Menu does not display on iPhone (small screen)

Posted in: Newspaper
Post count: 34

Hello,

My question is: how do I get the top menu (which contains my date, login,subscribe, about and social icons) to display on small screens (e.g. iPhone 6). I can see the top menu on a computer and tablet (i.e. iPad) but it’s not displaying on my iPhone.

Is there a setting I need to adjust?

p.s. After struggling with other Newspaper themes in the past I discovered Newspaper6 and was immediately impressed! Great theme, even greater doc support. Thanks.

Post count: 22421

Hi,
Thank you for your kind words and appreciation.
The top menu was hidden on the mobile devices with css as a design choice by the developers. It can be reactivated though but we will require a link to your website so I can create the code directly.
Thanks.

Post count: 34

Hi Bogdan,

My website link is

do youWebsite Link

don’t know if you require the wp admin password or not, let me know.

Post count: 22421

Hi,
You can use this code to add the top bar to the mobile version:

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

Thank you!

Post count: 1

I have the same solution to do but I try to use this css but on iOS don’t show the top bar menu this is my web site https://www.thunhoon.com/, Please provide the best solution

thank you

Post count: 22421

Hi,
I have checked your site and on both android and ios the top bar displays at the top of the page. The display: none and display:block css parameters are not OS dependent. They will work on any browser and any OS.
Thank you!

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