• Resolved rditty

    (@rditty)


    My logo doesn’t fit your recommended dimensions. At my preferred size on desktop, it looks fine. But on mobile, it puts the expandable menu button above the logo, messing with the format. Is there a way to make the logo responsive, shrinking it down for mobile?

    concealedsafety.com

    Thank you

Viewing 1 replies (of 1 total)
  • Hi,

    Put below CSS Rules into Custom CSS Editor:

    @media only screen and (max-width: 767px) and (min-width: 220px){
        a.custom-logo-link img {
        	width: 60%;
        	max-width: 180px;
        }
    }

    Save the changes.

    Here you can adjust width according your need.

    Thank You

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to make the logo image responsive?’ is closed to new replies.