Shape 5

Joomla Templates => Basics - Club => : bethedance February 26, 2010, 02:49:36 PM



: [SOLVED] Bullet formatting
: bethedance February 26, 2010, 02:49:36 PM
I want to add a left margin of 20px to bullets in text. I want the bullets to start somewhat indented in the paragraph. I think it's much more readable that way.

When I add the margin to the UL/OL style in editor.css, it's putting that margin between the main navigation tabs at the top of the site! Yikes. Can't have that. If anything, I'd like them tighter, not further apart.

What would be the best CSS approach to resolve this?

Thanks!


: Re: Bullet formatting
: bethedance February 26, 2010, 03:06:17 PM
I'm also not understanding something.

I have a VM store. Whenever I use bullets anywhere else, like the VM store, I'm not getting the bullet formatting--that is the bullets themselves. It's just picking up the 2px padding and that's it.


: Re: Bullet formatting
: mikek February 26, 2010, 03:21:47 PM
Hello, please post a url of where this is occurring.


: Re: Bullet formatting
: bethedance February 26, 2010, 04:06:22 PM
http://guineapigzone.com/candc-cages-store/1-coroplast-cage-kits/6-jumbo-cac-cage-kit

Thanks.


: Re: Bullet formatting
: mikek February 27, 2010, 09:45:12 AM
Hello, you can try adding the following template.css:

#p_description ul li {
margin-left:20px;
list-style-type:disc;
}


: Re: Bullet formatting
: bethedance February 27, 2010, 12:02:52 PM
Perfect! Worked a charm. Thanks very much.