[Resolved] how move the sidebar to right
-
Hi
I want to move the sidebar from Left to Right in default theme.
How can i do this?
thanks
-
The sidebar is on the right in the bp-default theme.
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
@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;
}`thanks you
move sidbar is ok but content the sidebar is lost.
http://www.pic1.iran-forum.ir/images/up2/65242255550465996192.jpg
Site URI so we can troubleshoot and adjust?
hi
sorry i’m late@jafar1374 code above has been updated.
@mercime thank for your help
it’s really excellent
@jafar1374 you’re welcome. marking this as resolved

- The topic ‘[Resolved] how move the sidebar to right’ is closed to new replies.