Hexagon

Logo size change, but does not work! - Hexagon

Logo size change, but does not work!

by Anonymous » Thu Feb 07, 2019 5:43 pm

Hi,

I edited the logo size, common.css but not working!
How to fix it?

Image:
Image

Change common.css --> Chache cleared!

common.css:

Code: Select all

.site_logo {
	background-image: url(./images/logo.png);
    padding-left: 979px;
    padding-top: 217px;
	background-position: center;
}
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: Logo size change, but does not work!

by Mannix_ » Thu Feb 07, 2019 6:57 pm

Try to view your forum in the incognito mode of your browser and see if it works if not link me to your forum so I can take a look at it.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact:

Re: Logo size change, but does not work!

by Anonymous » Sat Feb 09, 2019 5:45 am

Mannix_ wrote:Try to view your forum in the incognito mode of your browser and see if it works if not link me to your forum so I can take a look at it.
Okay, now this is the problem. No centered image.
Unnamed.jpg
.site_logo {
background-image: url(./images/logo.png);
padding-left: 979px;
padding-top: 217px;
background-position: center;
}

How to fix it?
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: Logo size change, but does not work!

by Mannix_ » Sat Feb 09, 2019 8:03 am

play with the width in the site-description class

Code: Select all

.site-description {
    display: block;
    margin: auto;
    width: 40%;
}
Try changing it to like 85%

You could also try using this extension viewtopic.php?t=2400186 but then you have to remove the padding from the .site_logo class.
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Mannix_
Registered User
Posts: 1838
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt
Contact: