• Resolved lrymill

    (@lrymill)


    WordPress site using minimaze theme.

    Site looks fine on desktop but on ipad was spilling over 100% of page width – solution was to switch responsive layout on. OK, this makes sense, but now i have a black bar across the screen (I believe this is called the responsive menu bar – the mobile bar ???)

    Black bar with three little lines on it.

    All of the css edits seem to be specific to a particular theme. The Minimaze theme creator is reluctant to assist – Can anyone please help me to remove this bar!

Viewing 2 replies - 1 through 2 (of 2 total)
  • That bar contains your main navigation menu. You could hide it by getting a custom CSS plugin and putting:

    #header-responsive {
    display: none;
    }

    If you do this, you should assign a menu to either the “Pre Header Menu” or “Footer Menu” location so that users can still navigate your site.

    Thread Starter lrymill

    (@lrymill)

    Genius…

    Worked perfect – bar now gone.

    Cheers mate

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bar on ipad not on desktop – What the hell is it? – How do I remove it?’ is closed to new replies.