Site logo

Archived topic

Mobile logo margins

5 replies · Started by Juste on November 11, 2021

Viewing posts 1–6 of 6

Hi. I need to space the mobile logo. When I go to Customizer > Layout > Header, the desktop margins apply. But the mobile margins have no effect.
See below for the testing link.

Hi there,

the header padding only applies to the default site header - not the Mobile Header.

What are you wanting to achieve? Do you want more space around the logo or to one side ?

I would like a bit more space left and bottom of the mobile logo.

Try adding this CSS:

#mobile-header .site-logo {
    margin-left: 20px;
    margin-bottom: 10px;
}

Thanks!

You're welcome

This archived topic is closed to new replies.