I looked at the style sheet and it dictates disc style bullets for line items, however, they do not show up that way when you view the web page. There are also no default spaces between paragraphs. Why? By default, paragraphs should have spacing above and below.
Please explain your issue more clearly with the help of screen shot images that where you want to change.
My page is here: http://lilgoldmanschool.org/new/about-us/ the section for GOALS at bottom should be bulleted. and on http://lilgoldmanschool.org/new/staff-faqs/ the section for Just the Facts should be bulleted. There are so many li definitions in the CSS. I am just not sure why bullets would not be the default and why it has to be overwritten
http://lilgoldmanschool.org/new/preschool/ this page also, you can see in code where I have ul and it's not showing up. I also had to add margins to the H3 because it did not have one by default.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: ul { margin-left: 20px; } h3 { margin-top: 10px; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; } This will solve your issue.
Thanks, but that doesn't make the bullets appear. That just gives them a margin. I guess I will have to put the style inline because the template is not working. Bullets showed up on one page but not the ones I listed above.
I have checked your website and found that the code are working properly and it display the bullet in all the pages given below 1. http://lilgoldmanschool.org/new/about-us/ 2. http://lilgoldmanschool.org/new/staff-faqs/ 3. http://lilgoldmanschool.org/new/preschool/ If still you are getting the issue on a particular page then specify that with the help of screenshot images.