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
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