Site logo

Archived topic

Logo size on mobile

5 replies · Started by Roger on July 19, 2021

Viewing posts 1–6 of 6

Hi,

How to reduce logo size on mobile. I tested several codes, but for some reason none of them worked.

Hi Roger,

You have this CSS:
https://www.screencast.com/t/M9LlD0Q8kK

.site-logo.mobile-header-logo img {
height: auto !important;
width: 160px;
}

Try to reduce the width, or remove the CSS completely.

Let me know :)

It worked!

How to add padding around the logo?

nav#mobile-header {
    padding: 10px 0;
}
.site-logo.mobile-header-logo {
    padding: 0 10px;
}

Try to adjust the numbers and find the best fit :)

Thank you Ying!

You are welcome :)

This archived topic is closed to new replies.