MyBB Community Forums

Full Version: Problem with RTL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
About the + / - sign on the bar of every category.
How do i move it to the left? if it helps i figured out it's an image just like any other image in the board,
thanks in advance.
Go in to edit the theme you're using and place the following in the "Extra CSS" box right at the bottom:
Quote:.expcolimage, .float_right {
float: left;
}

.float_left {
float: left;
}
That should swap them around.