bulleted menu - alignment

GK User
Thu Mar 10, 2011 9:26 am
can someone tell me how to fix this??

the text needs to left align instead of appearing under the bullet


blackwhitemenu.jpg



thank you kindly!
User avatar
Fresh Boarder

Konrad M
Thu Mar 10, 2011 4:45 pm
Hi
Can you give us url to your site, please?
User avatar

GK User
Thu Mar 24, 2011 9:50 am
http://www.atvantage.co.za/2011/index.p ... 4&Itemid=7

i've found a way round the menu bullets problem, but i'm still stuck with the bullet alignment in the paragraph (see right of image in above post).
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2011 10:41 am
Hi

Please try to add this line on override.css file (enable first on template parameters):

Code: Select all
ul li {list-style-position: outside!important; margin-left: 30px}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Mar 24, 2011 1:26 pm
works great, but effects my menus too. how do i remove the 30px only from the menu (please see link below)

http://www.atvantage.co.za/2011/index.p ... 4&Itemid=7
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2011 3:25 pm
change your css to:

div.article-content ul li {list-style-position: outside!important; margin-left: 30px}

this will only alter bulleted lists within your article content then
User avatar
Expert Boarder


cron