This is so depressing… please help :-S
-
Hello this is my css:
https://bestoftheday.net/wp-content/themes/blue-zinfandel-enhanced-20/style.cssAnd this is my blog post looking funny:
https://bestoftheday.net/?cat=14
– nu bullets appearing
– what’s with that text in the right o.OWith the standard theme there’s no problem, here’s the post code:
- Lean against the button panel.
etc.
I’m very noob in CSS, I tried deleting these rows from the CSS:
#contentmiddle ul {
list-style: none;
margin: 0px;
padding: 0px 0px 20px 0px;
}#contentmiddle ul li {
margin: 0px;
padding: 5px 0px 0px 0px;
}#contentmiddle ul li a {
color: #507AA5;
text-decoration: none;
}#contentmiddle ul li a:hover {
color: #507AA5;
text-decoration: underline;
}
And the bullets appeared! (Ugly bullets though, not like those in the standard theme)
But… the first part of the post was still in the right side…Can someone please help me? What should I do to that troubled CSS to make it right?
- The topic ‘This is so depressing… please help :-S’ is closed to new replies.