Problem with style
-
I have add left sidebar to default buddypress 1.2 theme and named it sidebar1. In css i add div#sidebar1 and set style to it:
div#sidebar1 {
float: left;
width: 225px;
margin-right: -226px;
margin-top: 1px;
border-right:1px solid #e4e4e4;
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
background: url( ../images/sidebar_back.gif ) top left repeat-x;
}
But my new sidebar don’t take title style from css and i don’t know why also in front of the names add dot, like in list. To see http://www.shouty.lt , please help me.
One more thing when i add widget “Latest blog post” i get list with all new post but i can’t press on them, it seems like they don’t have hyperlinks .How can i fix this.
- The topic ‘Problem with style’ is closed to new replies.