Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] how move the sidebar to right

  • @jafar1374

    Member

    Hi

    I want to move the sidebar from Left to Right in default theme.

    How can i do this?

    thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • @mercime

    Participant

    The sidebar is on the right in the bp-default theme.

    @jafar1374

    Member

    Thanks , but my them is persian and RTL. that’s way my sidebar gose to the left.
    please see the image :

    http://www.pic1.iran-forum.ir/images/up2/28349715797834587812.png

    @mercime

    Participant

    @jafar1374 Change the styles of div#sidebar and div#content .padder in your RTL stylesheet to

    [UPDATED 04-24-2012 From default.css for right sidebar structure]
    `div#content {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float: left;
    width: 100%;
    }

    div#content .padder {
    border-right: 1px solid #ddd;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 225px;
    }

    div#sidebar {
    border-left: 1px solid #ddd;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    margin-left: -226px;
    margin-top: 1px;
    width: 224px;
    }`

    @jafar1374

    Member

    thanks you

    move sidbar is ok but content the sidebar is lost.

    http://www.pic1.iran-forum.ir/images/up2/65242255550465996192.jpg

    @mercime

    Participant

    Site URI so we can troubleshoot and adjust?

    @jafar1374

    Member

    hi
    sorry i’m late

    http://patomatlovers.com

    @mercime

    Participant

    @jafar1374 code above has been updated.

    @jafar1374

    Member

    @mercime thank for your help

    it’s really excellent

    @mercime

    Participant

    @jafar1374 you’re welcome. marking this as resolved :-)

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Resolved] how move the sidebar to right’ is closed to new replies.
Skip to toolbar