Tagged: menu, responsive
- This topic has 5 replies, 3 voices, and was last updated 8 years, 6 months ago by Sakin.
-
AuthorPosts
-
April 21, 2016 at 6:00 pm #90097centaineParticipant
Hi,
I’m building my website with the Catch flames pro theme.
Yesterday I tried to open the website on my mobile to check if everything is responsive. And I noticed that the top menu bar (in black) disappears when opening on mobile.
Do you have any ideas to solve this?
This is my website:
http://www.zwartopwitdesign.nlThanks in advance.
Kind regards,
CentaineApril 22, 2016 at 9:43 am #90138MaheshParticipant@centaine: In your Custom CSS, you have following CSS:
#branding { clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px); position: absolute; }
And it is causing the issue.
Regards,
MaheshApril 22, 2016 at 6:33 pm #90167centaineParticipantHi Mahesh,
Thanks for your reply.
I tried the code you gave, but no result.
Is there something else I can try?
Regards,
CentaineApril 22, 2016 at 11:28 pm #90179April 26, 2016 at 2:22 pm #90450centaineParticipant@Mahesh: I tried to remove the code but still the header is not visible on mobile devices. Do you have another solution?
Kind regards,
CentaineApril 26, 2016 at 10:59 pm #90486SakinKeymaster@centaine: I just check in your custom css in your site. You still have following css. Can you go to “Appearance => Customize => Theme Options => Custom CSS Options” box and remove following css:
#branding { clip: rect(1px 1px 1px 1px); /* IE7 */ clip: rect(1px, 1px, 1px, 1px); position: absolute; }
I will email you to check in your server.
-
AuthorPosts
- The topic ‘Top menu bar disappears when opening site on mobile.’ is closed to new replies.