vb3 Responsive Forums

vb3 Responsive Forums (https://www.sultantheme.com/forum/index.php)
-   FAQs Forum (https://www.sultantheme.com/forum/forumdisplay.php?f=6)
-   -   How to change sidebar from left to right (https://www.sultantheme.com/forum/showthread.php?t=129)

napy8gen 03-13-2016 11:15 AM

How to change sidebar from left to right
 
1 Attachment(s)
In our styles there is sidebar version(the original one without stating it has sidebar). The sidebar is located on the left side.

To arrange to the right side, it does not need to change anything in the template only in css.

Go to style manager> style name(with sidebar)> Main CSS> scroll down to most bottom until you see> Additional CSS Definitions,

There are 2 boxes. Top and bottom. Bottom is used for controlling screens.

So use the top input box and paste below code in it but not at the top but at the most bottom of the input box content.

Quote:

/*------St vb3 Responsive CSS -------*/
/*----- SIDEBAR RIGHT SIDE ----------*/
/*----------------------------------*/
.sidebar {
float: right!important;
}
.mainContainer {
float: left!important;
margin-right: -350px; margin-left: 0px!important;
}
.mainContent {
margin-right: 350px!important; margin-left: 0px;!important
}


All times are GMT. The time now is 01:07 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.