How to change header
Posted: 14 Aug 2011, 16:05
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.
any info please.
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
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%; }