• Resolved roisindhu

    (@roisindhu)


    On the desktop version the logo and menu have a dark gray background with white writing, but on the mobile version the background is white with white writing. I’d like the background on the mobile version to be the same dark gray.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Author!

    It looks like there have been some customizations made to the theme. Normally, the background is dark gray for both the desktop and mobile version.

    If you re-install the theme, it will override any changes made and the background will then be dark gray again.

    Thread Starter roisindhu

    (@roisindhu)

    Hi Ben,

    I did a complete deletion and reinstall of the theme and it is still showing the white background and menu on the mobile version.

    Thread Starter roisindhu

    (@roisindhu)

    Hi Ben,

    I did a complete deletion and reinstall of the theme and it is still showing the white background and menu on the mobile version. Apparently, it’s just in Firefox on my mobile but in Chrome it is working right.

    • This reply was modified 1 year, 1 month ago by roisindhu.
    Theme Author Ben Sibley

    (@bensibley)

    Thanks for trying that.

    It looks like the cache just needs to be cleared now. If you have a caching plugin installed, try emptying the cache there. You may also have to clear the browser cache on your phone, and then it will revert to the dark gray design.

    Thread Starter roisindhu

    (@roisindhu)

    It’s working now, thanks! Now that I can see it I have a questions. Is there a way to center the icon on the mobile version without centering the menu links?

    Theme Author Ben Sibley

    (@bensibley)

    Glad to hear that!

    It looks like you have the logo almost centered already, but if you add this CSS too, it will make it line up perfectly with the menu:

    .toggle-navigation {
      position: absolute;
      right: 7.4%;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter roisindhu

    (@roisindhu)

    Thanks, Ben. However, what I want is for the menu items to be flushed on the left side while the logo remains centered. The code you gave me didn’t work for that.

    Thank you so much for your help. I greatly appreciate it.

    Theme Author Ben Sibley

    (@bensibley)

    Okay got it. Add this code too and it will move the menu back to the left:

    .site-header .menu-primary {
      text-align: left;
    }
    Thread Starter roisindhu

    (@roisindhu)

    That works perfectly! Thank you so much. ??

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else, and I’ll be happy to help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Mobile Menu + Header Background Stuck on White’ is closed to new replies.