• Hi, how do i remove the padding at the top and bottom from my logo?
    And can i just use Custom CSS or do i need to edit something in child theme.

    my site is shaverhaven.com

    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I don’t see a logo in the site that you’ve listed.

    Thread Starter jpress764

    (@jpress764)

    The title bit at the top
    Ive not changed it to a logo yet though

    You can add this rule to control the amount of spacing above and below the site title & tagline:

    .site-header {
        padding: 4.61538rem 0;
    }

    4.61538rem is the current value. You can go all the way down to zero (0) if you want.

    Add it either to your child theme’s style.css file or to your custom CSS, it shouldn’t make a difference. It looks like you already have some CSS in your custom CSS, though, so probably best to put it there just so you have all of your CSS grouped together in one place & it will make it easier to see what changes you’ve made.

    Thread Starter jpress764

    (@jpress764)

    Thank you man worked like a charm. I’m new to this stuff
    Life Saver!: )
    Thanks for the fast reply too

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do i remove padding from my logo’ is closed to new replies.