• I have recently completed a WordPress site using the Minamaze theme and everything looks great in all browsers on the desktop. When you open the site on a mobile device, however, the header and footer are constrained to the left side of the page.

    I only use div tags when I design so it shouldn’t be a colspan issue but that is what it seems to look like, any ideas?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Did you resolve this issue?

    My main nav disappears when I view my site on a mobile devices. Shrinks my browser window does the same. It appears the threshold is around 600.

    Thanks in advance
    Paul

    YAY! Fixed. I edited the following value in the style-responsive.css under the iPad & Tablet label – see code below:

    #header-links,
    #pre-header-search {
    /* display: none;*/
    }

    Hope this helps.

    Cheers
    Paul

    periodismetrespuntzero

    (@periodismetrespuntzero)

    Hi paulmoreton,

    I have amended what you mentioned on style-responsive.css but without success. What I pasted was:

    #header-links,
    #pre-header-search {
    /* display: none;*/
    }

    Any idea of why this might happen please?

    Thank you, Alexandra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Header and Footer’ is closed to new replies.