thx for great style!!
Could i change logo size,i think it too small
i want it bigger!!
How to change it!!
Thx!!
Can i change logo size - IDLaunch Fresh
Re: Can i change logo size
Hi,
Open IDLaunch_Fresh/theme/stylesheet.css file.
FIND: Line 276
Replace
Open IDLaunch_Fresh/theme/stylesheet.css file (again).
FIND: Lines 81 to 85
You must specify the width and height of your image here, and therefore you must change the values
After this, enter to ACP and refresh cache.
Best regards
Open IDLaunch_Fresh/theme/stylesheet.css file.
FIND: Line 276
Code: Select all
background-image: url("./images/site_logo.png");
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;
}
226px
and 54px
for those of your image.After this, enter to ACP and refresh cache.
Best regards
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: Can i change logo size
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
phpbb version: 3.2.2
-
- Registered User
- Posts: 14
- Joined: Tue Mar 13, 2018 7:40 pm
Re: Can i change logo size
URL forum and phpBB version please.
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo
Re: Can i change logo size
http://forum.thegalacticalliance.com
phpbb 3.2.2
phpbb 3.2.2
My form: forum.thegalacticalliance.com
phpbb version: 3.2.2
phpbb version: 3.2.2
-
- Registered User
- Posts: 14
- Joined: Tue Mar 13, 2018 7:40 pm
Re: Can i change logo size
Test this "paddings" in
.site_logo
class:Code: Select all
padding-left: 1090px;
padding-top: 178px;
All unsolicited PMs will be ignored.
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats
If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
phpBB Spain - Online Since 2003
-
- Style Customisations
- Posts: 11137
- Joined: Mon Dec 08, 2003 9:24 pm
- Location: Spain
- Name: Raul Arroyo