• Hi
    I would like to see if anyone knows the css to make my header and logo smaller on mobile platforms.
    Thanks

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you might have arleady resolved this as your logo is smaller thanks to the CSS added.

    @media only screen and (max-width: 768px) {
    header.side #logo img {
        max-width: 68px !important;
        margin: 10px 0;
    }
    }

    Something similar can be done for making any element responsive and change based on browser width.

    Thread Starter tilerwp

    (@tilerwp)

    Hi Thanks for your reply,
    Still having problems making my header smaller do I need to adjust my css or add new css.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header and logo smaller for mobile’ is closed to new replies.