Smaller tag area on Pilcrow (blog, not website)
-
Hi, my blog is running the Pilcrow theme, and I feel the tag area is too large. It’s distracting. Would it be possible to shrink that somewhat?
I’ve already installed Custom Design.
The blog I need help with is: (visible only to logged in users)
-
Hi, the size of the tag/category area at the bottom of posts expands and contracts with the amount of tags and categories used on each post. There is 10px of padding on the top and bottom of the .entry-links section which you can adjust with the following.
.entry-links { padding-bottom: 10px; padding-top: 10px; }If you wish to reduce the font size in .entry-links, add the following and adjust the percentage font size as desired.
.entry-links p { font-size: 70%; }All of this, and the solutions I posted in your threads on infinite scroll and content heading styling were found using the web inspector in my browser. We have a set of brief screen casts in our How to Find Your Theme’s CSS support page that will introduce you to the web inspector and get you started using it. I find it an invaluable tool when working on CSS.
-
-
- The topic ‘Smaller tag area on Pilcrow (blog, not website)’ is closed to new replies.