MyBB Community Forums

Full Version: forum top links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have edited mybb forum top links to my need using this guide http://community.mybb.com/thread-127085.html
But how do i arrange all these links from left rather than on right which is by default?
(2013-09-02, 08:03 PM)yoshimitsu1234 Wrote: [ -> ]I have edited mybb forum top links to my need using this guide http://community.mybb.com/thread-127085.html
But how do i arrange all these links from left rather than on right which is by default?

float the container to the left rather than right
in global.css

find .menu ul

change
text-align:right;
to
text-align:left;
or remove text-align:right; completely