• Hi People,

    I need a quick help to fix the white space around site logo on the pages. The site logo doesn’t have a white space but the header part shows it.

    I tried adding CSS to remove the padding and margin but it does not help.

    Can anyone please help? I would really appreciate it.

    Thanks!
    Uma

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello uma05,

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the Appearance -> Customize -> Theme Options -> General Settings -> Custom CSS :

    #header .header-links > ul > li a{
    padding: 10px 25px !important;
    }
    #logo{
    margin-top:0px !important;
    line-height: 0.8 !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter uma05

    (@uma05)

    Dear Manoj,

    Thank you very much for your timely help.

    Yes, it worked and resolved the issue. Great help!

    -Uma

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional white space around Site logo’ is closed to new replies.