Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s being set by this CSS code — the padding top:

    .widget-title {
        color: #222222;
        font-weight: bold;
        padding-bottom: 15px;
        padding-top: 50px;
    }

    But changing that will change the widgets in the footer too — is that workable?

    If not, then you could change the above and then add to the padding here (make the 18px bigger):

    #colophon {
        border-top: 1px solid #000000;
        margin-top: -1px;
        overflow: hidden;
        padding: 18px 0;
    }

    Thread Starter StingGB

    (@stinggb)

    Rather than your exact code, you encouraged me to have a go!

    With a bit of juggling of a few margins/paddings I got it to look right in the end.

    Thanks

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