MyBB Community Forums

Full Version: Login position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i want to change position of login as in my forum it is in left corner but i need at junction of right 2/3 to left1/3.
see below caps.
thank.
[attachment=27685]
Use margin-left/margin-right css property.
can u guide easy way?
thank u crazy4cs
For example, you want to set margin for word (shift 50% from left panel) "example", then you can use:

<div style="margin-left: 50%;">example</div>
Go into your header templates and where your "menu" div is insert the code below.

<div style="margin-left: 50%;"><img src="{$theme['logo']}" /></div>