Widget title font and margin – how to change it ?
-
Hi,
(I think I posted this question in the wrong forum before. Sorry)I would like to narrow the margin under the widgets title.
How would this be done ?
(I use Twenty Twelve)The blog I need help with is: (visible only to logged in users)
-
Yes, you posted in the wrong forum before – and you posted in the wrong forum now! CSS editing questions should be posted in the CSS forum. But first search the CSS forum: your question has probably been asked by other users too.
-
To reduce the space below widget titles in the sidebar on the Twenty Twelve theme, add the following to your Appearance → Themes → Customize → CSS panel:
.widget-area .widget h3 { margin-bottom: .5em; }Adjust the .5em value as needed.
-
-
- The topic ‘Widget title font and margin – how to change it ?’ is closed to new replies.