MyBB Community Forums

Full Version: Alignment problem in BGStyles theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hello dear friends,

i had downloaded and installed the BGStyles theme but when i installed it,everything was correct, but when i edit theme , that going mixed up !

view my board here : http://www.clubgta.net/forums/index.php

i want to change fonts to "Tahoma" but i have problem again.
and align the board to right !

i tried couple of times but no reasons !

thanks in advise
I use the BGStyles theme but I don't have any problem.
To change fonts to "Tahoma" is easy. ACP -> Template and find "Font Family".
For align to right you can try to put in header template something like:
(in first line)
<table cellpadding="0" align="right" width="100%" cellspacing="0" border="0">
<tr><td align="right">
and in footer template:
(in last line)
</td></tr></table>
.
Or maybe you must to look in CSS (in theme).
I don't know...

p.s.: I really like this theme !
Its possible you missed a } somewhere in your css, or added a misplaced ;. Stuff like this can give you errors like how I see there.

http://jigsaw.w3.org/css-validator/valid...medium=all
goindex Wrote:I use the BGStyles theme but I don't have any problem.
To change fonts to "Tahoma" is easy. ACP -> Template and find "Font Family".
For align to right you can try to put in header template something like:
(in first line)
<table cellpadding="0" align="right" width="100%" cellspacing="0" border="0">
<tr><td align="right">
and in footer template:
(in last line)
</td></tr></table>
.
Or maybe you must to look in CSS (in theme).
I don't know...

p.s.: I really like this theme !

thanks dear, i could change font and alignment already, but my problem is in editing theme, when i change anything in edit page and save it, the page will lose arrangement

Audentio Wrote:Its possible you missed a } somewhere in your css, or added a misplaced ;. Stuff like this can give you errors like how I see there.

http://jigsaw.w3.org/css-validator/valid...medium=all
thanks dear friend,
but
when i change anything in edit page and save it, the page will lose arrangement !!!
before editing, board will load correctly, i import the XML again, and u take a look, its completely correct
It might just be that it is an old skin and not really compatible with the current version of mybb.
oh, that's true, when i installed it, i ignored matching of versions, i really like this theme, its a masterpiece, what can i do now ? downloading up 2 date theme ? or downgrade mybb version ?
Neither. You are going to have to find a new template until I release an updated version (that will come with mybb 1.4) or just leave it unedited if you do want to use it that bad.
i need it baaaad ! where can i find compatible version of myBB ?
Didnt you say it worked fine if you don't edit it?
yes, but this has so bad arrangement !
Pages: 1 2