• Resolved Benjamin

    (@1ova)


    Hi there,

    There’s a lot of extra padding between the header and the search bar (in the sidebar area) and I’m trying to reduce it, after going through the CSS there’s a good amount of padding in the code and am not sure which piece to change, none of my attempts have been successful thus far. Any help would be greatly appreciated.

    Thank you for your time.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there – assuming this is your site – benjamingraveswordoftheday.org

    Something like this custom CSS should do the trick, adjusting the value as you like:

    .sidebar-content {
      padding-top: 0;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Thread Starter Benjamin

    (@1ova)

    That’s it! I was able to size down the padding successfully. Thank you for the info, Kathryn. ??

    You’re welcome, glad that did the trick!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fix Padding’ is closed to new replies.