• Hi I am trying to adjust the padding in the sidebar of my site. I’ve tried multiple versions of code online and nothing is working. All I want to do is reduce the space around my header element so that it’s closer to the picture and the text in my sidebar but I’ve been struggling to figure this out.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @jmwesenb,

    Thank you for contacting us. I am happy to help with your queries.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .page .page-wrap .content-wrapper, 
    .single .page-wrap .content-wrapper {
      padding-top: 0;
    }

    Regards,
    Kharis

    Thread Starter jmwesenb

    (@jmwesenb)

    Hi Kharis that piece of code adjusted the page wrap for my pages and didn’t adjust the sidebar at all. I am specifically looking to just adjust the padding in the sidebar of my site. Thanks.

    @jmwesenb sorry for I didn’t get your correctly.

    Try this code:

    #secondary.widget-area {
      padding: 10px;
    }

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Adjusting Padding In Sidebar’ is closed to new replies.