[Resolved] Mobile logo margins

Home Forums Support [Resolved] Mobile logo margins

Home Forums Support Mobile logo margins

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1999833
    Juste

    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.

    #1999846
    David
    Staff
    Customer Support

    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 ?

    #1999908
    Juste

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

    #1999925
    David
    Staff
    Customer Support

    Try adding this CSS:

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

    Thanks!

    #1999959
    David
    Staff
    Customer Support

    You’re welcome

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