Theme “Adventure” v6.0 -> reduce whitespace around logo in header

Home Forums All Other Themes Theme “Adventure” v6.0 -> reduce whitespace around logo in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #210284
    René FritschRené Fritsch
    Participant
    • Topics: 6
    • Replies: 13
    • Total: 19
    Member since: May 25, 2021

    Hi Team,

    how can I reduce the bottom white space around the logo on our site: https://www.owkdieburg.de/?
    The bottom white space is currently broader than the surrounding white space on top and on the sides. This looks strange, especially on mobile devices.

    Thanks for any help on this!

    #210286
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .logo {margin-bottom:0 !important; padding:0 !important;}
    }

    Regards,
    Brad

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