Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey!

    cropped-blog-header.jpg (“the KENTUCKY GENT” branding image) has a padding along the bottom that is 90px tall. Do you mean that you want the sidebar along the right to be up against that 90px padding? Or do you want to remove the padding and get the sidebar even closer under that image?

    Assuming that you want the latter:

    In your child theme’s stylesheet or in jetpack custom CSS add this:

    #branding img {
    padding-bottom: 0px;
    }
    #content {
    padding-top: 90px;
    }
    #primary.widget-area{
    padding-top: however much px desired;
    }

    On the second note, I don’t see an ad placed below the page header (but I do see ads in the sidebar?). You will need to be more descriptive about what you’re trying to fix in order to get help.

    Hope this helps!
    Peace,
    Kat

    Thread Starter thekentuckygent

    (@thekentuckygent)

    Kat,

    Thanks for getting back so quickly!

    Here’s a screenshot, https://tinypic.com/r/2h5i2y1/8, of what I’m wanting to do. The code you gave did work, but it moved up the ad showed in that screenshot, not the sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Raise Sidebar Height’ is closed to new replies.