ihatewordpress
Forum Replies Created
-
Forum: Plugins
In reply to: Poll plugin not showing results after you submitif that doesn’t work, is there anything else that can be done?
Forum: Fixing WordPress
In reply to: How to add or change the horizontal rule between posts?Indeed. Cheers.
Forum: Fixing WordPress
In reply to: How to add or change the horizontal rule between posts?This is the updated code – it still doesn’t work, as you’ll see if you go to http://miamiurbanleague.org
#twocol {
margin-bottom: 10px;
}.post, .posts {
border-bottom: 2px solid #000000;
float:left;
margin-bottom: 10px;
padding-bottom: 10px;
width: 100%;
background-color: #ccc;
}.twopost {
border-top: 2px solid #000000;
padding-top: 5px;
}.postmetadata, .tags {
font-size: 10px;
}.threepost {
border-top: 2px solid #000000;
padding-top: 5px;
padding-bottom: 15px;Forum: Fixing WordPress
In reply to: How to add or change the horizontal rule between posts?Thanks for the assist! I edited the iestyles.css file as follows, but it didn’t change anything:
body {
padding-left: 1px;
}.sf-menu a {
padding: .5em 1em .5em;
}.meta {
margin-bottom: 15px;
}#twocol {
margin-bottom: 10px;
}.post, .posts {
border-bottom:1px solid #EEEEEE;
float:left;
margin-bottom:10px;
padding-bottom:10px;
width:100%;
}.twopost {
border-top:1px solid #EEEEEE;
padding-top:5px;
}.postmetadata, .tags {
font-size: 10px;
}.threepost {
border-top:1px solid #EEEEEE;
padding-top:5px;
padding-bottom: 15px;
}#leftcontent {
margin: 2px 7px;
}#description {
width: 38%;
font-size: 12px;
margin-top: 5px;
}#threecol {
margin: 0;
background: url(images/line.png) repeat-y 32.5% 0;
}#threecol2 {
background: url(images/line.png) repeat-y 68% 0;
}img.avatar {
margin-left: -65px;
}#sub-navigation ul ul {
top:25px;
}#sub-navigation li {
padding: 0 10px 1px 0;
}