Help with compressing tag line spacing and moving tags bodily
-
1.I’d like to reduce the line spacing of the tags as closely as in normal newspaper spacings — the tops of UPPER CASE almost touching p, g, j, y.
2.And then I’d like to shift the tags bodily to closely underneath the text.
3. I’d like to reduce space above my author name
4. In ARCHIVE I’d like to shit the numbers to the sides of the months
Many thanks,
Keith Hudson
The blog I need help with is: (visible only to logged in users)
-
Hi there,
1.I’d like to reduce the line spacing of the tags as closely as in normal newspaper spacings — the tops of UPPER CASE almost touching p, g, j, y.
2.And then I’d like to shift the tags bodily to closely underneath the text.You can use the following line of code (entered into the CSS tab of the site customizer) to make those changes. For line-height in particular you can adjust the size larger or smaller to find the spacing you like.
.tags { width: 100%; text-align: left; line-height: 14px; }3. I’d like to reduce space above my author name
I see that you are adding the author name manually at the top of your posts. It’s not possible to reduce the spacing with CSS, but you can open your text editor, and switch to the text/html view, and remove the extra space manually in your editor.
4. In ARCHIVE I’d like to shit the numbers to the sides of the months
Because of the way the archives widget is coded, it’s not possible to bring the number (of posts) in line with the name of the month, though you have the option to hide that number, by unchecking the option to show Post Count in the widget settings.
Hope that helps. Please let me know if you have any further questions.
- The topic ‘Help with compressing tag line spacing and moving tags bodily’ is closed to new replies.