Site logo

Archived topic

Amending header padding on mobile

3 replies · Started by Andrew on February 14, 2019

Viewing posts 1–4 of 4

Hi,

I'm trying to change the padding around my logo on mobile only. Is there an option in Customise for this or is additional CSS required? I have the Spacing module activated.

EDIT: I also have the mobile header option selected in Layout.

Thanks,

Andrew

Hi there,

as its the mobile header you can just target it with this CSS:

.mobile-header-navigation .mobile-header-logo img {
    padding: 5px;
}

Thanks David, I also added an !important height as amending the padding on its own just made the logo smaller.

Awesome :) Glad you got it working right

This archived topic is closed to new replies.