[Resolved] Amending header padding on mobile

Home Forums Support [Resolved] Amending header padding on mobile

Home Forums Support Amending header padding on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #810233
    Andrew

    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

    #810445
    David
    Staff
    Customer Support

    Hi there,

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

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

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

    #837969
    David
    Staff
    Customer Support

    Awesome 🙂 Glad you got it working right

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.