How to create a list in a category widget
-
Hi,
I’m trying to make the list in the category widget in my portfolio section look like something similar to a bullet list. Is there a way to do that?
My URL is https://ebonymcfarland.wordpress.com/
My theme is Fontolio
Thank you,
Ebony
The blog I need help with is: (visible only to logged in users)
-
Hi Ebony, since you do not currently have a categories widget in place on your site, I worked this out off of my test site. You will have to use the web inspector built into your browser, or view the source code and find the unique categories widget ID# and replace the “2” with that number.
#categories-2 li { list-style: outside none disc; margin-left: 25px; padding-left: 5px; }You can edit the above to get the desired look you want.
-
Hi thesacredpath:
I do have the categories widget on my site. It’s in the portfolio section (you have to click on the posts to see it).
-
-
Do you know to put more space in between the category and the copyright widgets in the portfolio section?
-
-
- The topic ‘How to create a list in a category widget’ is closed to new replies.