IDLaunch Fresh

Can i change logo size - IDLaunch Fresh

Can i change logo size

by lichang422 » Thu Apr 06, 2017 11:41 am

thx for great style!!

Could i change logo size,i think it too small
i want it bigger!!
How to change it!!

Thx!!
lichang422
Registered User
Posts: 21
Joined: Mon Oct 31, 2016 3:57 am

Re: Can i change logo size

by Raul [ThE KuKa] » Sat Apr 08, 2017 12:57 pm

Hi,

Open IDLaunch_Fresh/theme/stylesheet.css file.

FIND: Line 276

Code: Select all

background-image: url("./images/site_logo.png");
Replace site_logo.png with your image name.extension and upload this image file in this location:
IDLaunch_Fresh/theme/images/your_image.extension

Open IDLaunch_Fresh/theme/stylesheet.css file (again).
FIND: Lines 81 to 85

Code: Select all

.site_logo {
	display: inline-block;
	width: 226px;
	height: 54px;
}
You must specify the width and height of your image here, and therefore you must change the values 226px and 54px for those of your image.

After this, enter to ACP and refresh cache.

Best regards
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Can i change logo size

by serephent » Tue Mar 13, 2018 7:42 pm

If I make the .site logo to the height/width of my logo, it doesn't display properly.
My form: forum.thegalacticalliance.com
phpbb version: 3.2.2
serephent
Registered User
Posts: 14
Joined: Tue Mar 13, 2018 7:40 pm

Re: Can i change logo size

by Raul [ThE KuKa] » Sat Mar 17, 2018 1:04 pm

URL forum and phpBB version please.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: Can i change logo size

by serephent » Tue Mar 20, 2018 8:47 pm

My form: forum.thegalacticalliance.com
phpbb version: 3.2.2
serephent
Registered User
Posts: 14
Joined: Tue Mar 13, 2018 7:40 pm

Re: Can i change logo size

by Raul [ThE KuKa] » Sun Mar 25, 2018 2:52 pm

Test this "paddings" in .site_logo class:

Code: Select all

    padding-left: 1090px;
    padding-top: 178px;
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo