CSS coding help
-
I added related posts to single blog posts and a bullet point is coming up next to the picture that I do not want.
The CSS is
.related-posts { width: 100%; display: block; overflow: hidden; margin: 20px 0; } .related-posts h4 { color: #840000; font-size: 20px; font-weight: bold; margin-bottom: 20px; padding: 0; } .related-posts ul li { float: left; width: 30%; margin: 0 4.3% 3% 0; } .related-posts ul li:last-child { margin-right: 0 ! important; } h5.related-article { margin: 10px 0; } h5.related-article a { color: #333333; font-size: 16px; font-weight: bold; line-height: 24px; text-decoration: none; } h5.related-article a:hover { color: #333333; text-decoration: underline; }
In firefox, there is a bullet point showing next to the related posts and it looks awful. I’m not a great coder but I tried and used firebug and can see it is inherited from somewhere so I tried this;
.related posts.entry ul .entry { list-style: none ! important; }
but that doesn’t work because the bullet is still there.
Here’s a link to a post so you can see it;
https://www.lasvegasworldnews.com/where-are-the-conning-gann-twins-simon-gann-jordan-gann/12459/How can I get rid of the bullet and how can I move the whole block over to the left so there is no margin and it lines up better?
Thank-you much.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘CSS coding help’ is closed to new replies.