Posted in: Newspaper
Oct 3, 2014 at 2:54 pm
Hi,
I have checked your site and found no lists or bullets there. Please make sure you add your list like this: http://screencast.com/t/4mwnOLNUxWZE and use this custom css and this property to change the list style as you like: http://www.w3schools.com/cssref/pr_list-style-type.asp
Hope this helps!
Thanks
Oct 3, 2014 at 4:14 pm
Hi,
Use this css to fix this: http://screencast.com/t/Mi4oTYjUoIdG
Change the list style as you like.
.page .insideWrapperFull ul, ol {
margin: 0px 0 0px 0;
list-style-type: mongolian;
}
Thanks
Oct 4, 2014 at 2:45 am
Did you try starting your ul inside of a new div
or try putting a between your sub head and the first <ul><li>
e.g.,
<h3>My Sub Head</h3>
<ul>
<li>text</li>
<li>text</li>
</ul>
or
<div>
<ul>
<li>text</li>
<li>text</li>
</ul>
</div>
Oct 6, 2014 at 11:29 am
Hi,
Thanks Christopher!
@Pjump I missed the css, this may be due to a plugin which applys a negative margin to the list, please use this css: http://screencast.com/t/scaoXYNEd
.page #insideWrapperFull ul, ol {
margin: 0px 0 0px 0 !important;
list-style-type: mongolian;
}
Sorry about this!
Thanks
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.
