Header problem
3 posters
Page 1 of 1
Header problem
Although I've set my banner & menu to "middle" in the admin cp, they both show up on the left.. what am I doing wrong?
Guest- Guest
Re: Header problem
Sometimes the skin's creator sets the CSS to a certain alignment. Have a look at the CSS.
Re: Header problem
Change <left> to <center> in your forums CSS.
Walshy95- Active Poster
-
Posts : 1308
Reputation : 6
Language : English
Location : UK, Liverpool
Re: Header problem
@Torres : CSS cannot have <left> or <center> tags, they are HTML tags.
Try this CSS code...
Try this CSS code...
- Code:
#logostrip a img {
text-align : center;
}
#submenu {
text-align : center;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Header problem
Admin CP > Display > Colors > CSS...
Add this code there and Save.
Add this code there and Save.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum