• Hello all,

    I would like my site to display a different (smaller) logo when viewed on mobile, currently the logo clashes with the menu.

    Also, is there a way to make the ‘masthead’ sticky when viewed on mobile?

    Thanks for any help!

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

Viewing 1 replies (of 1 total)
  • Hehe samadhi83,
    I haven’t found a way yet to show a different logo (…anyone?), but here is how you could show the same logo smaller :
    add following lines to your child-themes style.css

    @media ( max-width: 1000px ) {
    .blog-logo img {
    max-width: 100px; /* change to size you like here */
    }
    }

    Have a nice day!

Viewing 1 replies (of 1 total)
  • The topic ‘Different Logo for desktop/ mobile’ is closed to new replies.