MyBB Community Forums

Full Version: Forum name/text jumps from left to right
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

I have a problem that I can not solved by my self Sad Sad
If I on my forum as guest the forum name is on the left (where I want to) but underneed the forum is the page not correct (white block missing)

but if I login the forum name jumps to the right (this I don't want)
and te block is white how i want to

I have tryed to put on almost every place on the header a </div> code but nothing helps and or the lay-out or the text is not right....

So what can it be that this is put the name of the forum to the right after and the lay-out is not good..
For people that not know what I mean here some screens..


The screens:

(If I not login)

picture 1.
[Image: rightone.png]

Picture 2.
[Image: notgood2.png]

(If I login)

Picture 1.
[Image: notgoodz.png]

Picture 2.
[Image: good2.png]

AND THIS IS HOW IT NEED TO BE AT NOT LOGIN AND LOGIN

Picture 1.
[Image: rightone.png]

Picture 2.
[Image: good2.png]


I have also uploaded my header codes: [attachment=27177]
I hope someone can help me to set this right and everything works right.

Thanks allot!!!
Sorry you have not uploaded your header codes
If you want to put them into a new post use this [code]Put you code here[/code]
It will become:
Put your code here
(2012-09-02, 04:03 PM)JordanMussi Wrote: [ -> ]Sorry you have not uploaded your header codes
If you want to put them into a new post use this
Put you code here
It will become:
Put your code here

I have uploaded my code look on the first page!!
Sorry it wasn't there when I first looked.

This is your problem:
Quote:<if $mybb->user['uid'] == "0" then>
Edit: No sorry I don't think it is try replacing this code:
<DIV ALIGN="left">&nbsp;&nbsp;Veel plezier op GalaxyFreaks.nl - Jouw Android smartphone & tablet forum!</div>
with this code:
<div style="align: left;">Veel plezier op GalaxyFreaks.nl - Jouw Android smartphone & tablet forum!</div>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​
Thanks I have the problem solved!!
You are welcome - glad you fixed it.
For the people that have the same problem..

I have changed the code that JordanMussi sended a little bit and the code is:

<div style="text-align: left;">Here the text u want</div>

And now everything works right...