Wallgo Posted April 30, 2009 Posted April 30, 2009 Hi Anyone managed to find the place to add bullets in the LatestNews module css code? I want to make my module easier to read.
Edu-IT Posted May 13, 2009 Posted May 13, 2009 Add this to one of your CSS files. .latestnews li { list-style: disc; }
Edu-IT Posted May 23, 2009 Posted May 23, 2009 What template are you using? Can you link to your site or is it internal?
daboroe Posted May 24, 2009 Posted May 24, 2009 (edited) its internal. hold on i can show you the code that i had to change. add the following to template.css ul.latestnews { list-style-type: disc ; text-align:center; } ul { list-style-type:none; } This will allow for the latest news to have a bullet system and be centered. the centered is required to show the bulleted system. Edited May 24, 2009 by daboroe
Edu-IT Posted May 24, 2009 Posted May 24, 2009 That's odd as the change I mentioned above worked fine for me. Glad you got it sorted in the end!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now