My minds gone blank for some reason and for the life of me i can't figure out how to change and center the logo on SE Square Left.
any info please.
How to change header
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
How to change header
I think you will find something usefull here: http://www.phpbb.com/search/?q=center+the+logo
Board rules! No PM support
-
- BBCoder II
- Posts: 17
- Joined: 14 Aug 2011, 00:21
- BBCodes: 10
How to change header
why is there no overall_header in SE Square Left
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
How to change header
It doesnt say anything about overall_header
Raimon wrote:open common.css
search:
replace with:Code: Select all
#logo { float: left; width: auto; padding: 10px 13px 0 10px; }
search:Code: Select all
#logo { float: left; width: 100%; padding: 10px 13px 0 10px; text-align: center; }
replace with:Code: Select all
#site-description { float: left; width: 70%; }
after that refresh your theme ( acp -> styles -> themes -> refresh ) .Code: Select all
#site-description { float: left; width: 100%; }
Board rules! No PM support