Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #90097
    centaine
    Participant

    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.nl

    Thanks in advance.

    Kind regards,
    Centaine

    #90138
    Mahesh
    Keymaster

    @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,
    Mahesh

    #90167
    centaine
    Participant

    Hi Mahesh,

    Thanks for your reply.

    I tried the code you gave, but no result.

    Is there something else I can try?

    Regards,
    Centaine

    #90179
    Sakin
    Keymaster

    @centaine: You shouldn’t add that CSS. You need to remove that css.

    #90450
    centaine
    Participant

    @Mahesh: I tried to remove the code but still the header is not visible on mobile devices. Do you have another solution?

    Kind regards,
    Centaine

    #90486
    Sakin
    Keymaster

    @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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Top menu bar disappears when opening site on mobile.’ is closed to new replies.