MyBB Community Forums

Full Version: Position forum logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is how it currently looks.

http://gyazo.com/e1e383176226d21316d3de34fe257b12

I need to raise it a little, and move it to the right a little.

How would I do this?
Thank you!
Is better to edit the logo because in css it would allow you to move it to left, right and or center to get it where you want you would have to add like 4 more css properties.

Let me know which way your going to do it, I can help you with css.
posting your forum URL helps in providing better suggestions ...
Mr.tnr - Sure, I'll do it in CSS if you can write it for me, I'm no good with CSS Toungue
ranjani, my forum URL : http://erazed-forum.com
you have login / register information bar for the guests - moving the logo to the top disturbs the info bar view ...

in global.css file

find .logo { } AND change it to .logo {margin-top:2px; text-align:center;}

find .fixed_wb { AND change it to .fixed_wb {margin-top:128px;