MyBB Community Forums

Full Version: Logo Dimensions on Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My logo is supposed to look like this:

[Image: iHP1BjI7ex9Bw.png]

But instead, it comes up like www.gamerscity.net . That's my site.

How do I fix it?
Navigate to AdminCP -> Templates & Style -> Themes -> Your Theme -> Global.css

Find:
.logo a {

Replace:
width: 187px;

With:
width: 582px;
(2012-12-21, 11:37 PM)Vernier Wrote: [ -> ]Navigate to AdminCP -> Templates & Style -> Themes -> Your Theme -> Global.css

Find:
.logo a {

Replace:
width: 187px;

With:
width: 582px;

Thank you so much! Fixed. You can close this now.
Looks good!