Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with style


  • tadziz
    Participant

    @tadziz

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Marco72
    Participant

    @marco72

    If you can wait till this late evening (GMT+1) when I come back home I’d be glad to help you.


    tadziz
    Participant

    @tadziz

    Sure :)


    modemlooper
    Moderator

    @modemlooper

    You changed the code from and <h3> to and <h2> for the .widgettitle change it back to <h3>

    You have added margin-left and margin-right to content .padder Remove those and place them on .content

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with style’ is closed to new replies.
Skip to toolbar