MyBB Community Forums

Full Version: align the forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
like this???

<li><a href="$settings[bburl]/usercp.php"><img src="/images/toplinks/controlpanel.gif"  border="0"> <strong>$lang->welcome_usercp</strong></a>
well yeah!

regards
i still have the problem

look, this is what i mean

[Image: onff3oo.th.jpg] < --- on Firefox

[Image: onie6wu.th.jpg] < ---on iE
DO you have multiple themes? because when i visit your board, i see a different theme that stretch from the far left to tht far right ( Im on IE)

in any case i'd like you to check the page container's margin of the theme in the screenshot, from the theme manager

By default it is margin: auto auto; under Page Container's extra CSS Attributes

regards
yeah... the other one is the default, let me change it


DONE!... the theme on the screenshots is now the default one... sorry Toungue
o i was edting my post the moment you were posting i have added these

zaher1988 Wrote:in any case i'd like you to check the page container's margin of the theme in the screenshot, from the theme manager

By default it is margin: auto auto; under Page Container's extra CSS Attributes

regards
so... instead of put margin: auto auto y have to put margin: center ?? that's waht u mean

have this

background: #fff;
border: 1px solid #e4e4e4;
color: #000000;
margin: auto auto;
padding: 20px;
Well no we cannot put centerSmile
i'm just gonna try this but not sure if it will work perfectly, but instead of having auto adjustments for the margin, we will enter them manually, (as manybe it is a problem with the auto function).

so instead of
margin: auto auto;

let's have

margin: auto 10 auto 10;

if you need more space on the right and the left just change 10 to anything else

hope this helps
well i have put this

margin: auto 0 auto 25;

is the same on FF, but on iE works just at the left...

i have seen something... if u see the toplinks...
on Firefox u will see that they starts at the end of the logo ]::..
and on iE... the toplinks starts at orld ]::..

Edit: what i mean is that on iE the board seems smaller
what i see from here that you have moved it a little from the left, so why not to try to give a higer number than 25?

Pages: 1 2 3