My logo is supposed to look like this:
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.