Site logo

Archived topic

Adjust space under headings in sidebar

3 replies · Started by Jonathan on February 16, 2022

Viewing posts 1–4 of 4

Here's a staging site just about finished: https://lamppostsites.com

I'm trying to tighten up the space under the headings in the sidebar. I tried customizer-typography-widgets-widget titles-bottom margin but no effect.

I tried this CSS but it doesn't affect it either: .widgets .widget-title {margin-bottom: 5px;} (I probably butchered that.)

Any help appreciated.

Hi Jonathan,

Try this:

.sidebar h2.widgettitle {
    margin-bottom: 5px;
}

Perfect. Thank you!

No problem :)

This archived topic is closed to new replies.