Remove Indent from .blogroll CSS
-
I’ve added the following to my page so I can get a blogroll list as a section on the site:
<?php wp_list_bookmarks('title_li=&category_before=&category_after=&show_description=1'); ?>I’ve then managed to remove the bullet from the list items using:
.blogroll li {
list-style-type: none;
margin-left: 0;
}But there’s still a huge indent on the items on that list, even though I have a margin of zero.
Any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Remove Indent from .blogroll CSS’ is closed to new replies.