I'm having problems getting the bullets on my posts lining up with the text. The bullets on the sidebars are fine but those on the posts are not lining up. See http://www.garypaxton.me.uk/category/site-development/functionality.
The theme I'm using is Vista. Can anyone help please ?
Gary
Not seeing the problem in any browser.
The bullets in the list of plugins is aligned with the bottom of the text not the middle like in the navigation menu.
Got it, found the answer here in style.css changed the number at the end of the line starting "background" from 11px to 7xp
'p.clear {
padding:10px 0 0 0;
}
.list-3 ul {
display:block;
padding:0;
margin:0;
list-style:none;
}
.list-3 ul li {
display:block;
padding:0 0 0 40px;
background:url(img/raquo.gif) 25px 7px no-repeat;
margin:0;
list-style:none;
position:relative;'