logo to smal how to make it bigger?
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Thu Oct 20, 2016 3:04 pm
- Reply with quote
- Report this post
Hi could somebody help me with the logo?
i put in my own png file but it is on the Website to smal. i cant find a way to make it bigger.
cubo.shoely.de
Thank you Martin
i put in my own png file but it is on the Website to smal. i cant find a way to make it bigger.
cubo.shoely.de
Thank you Martin
-
- Fresh Boarder
- teitbite
- Sat Oct 22, 2016 9:51 am
- Reply with quote
- Report this post
Hi
Please add this code to override.css and make sure override is enabled in template settings.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
#gkLogo {
height: auto;
width: 300px;
}
#gkLogoSmall.cssLogo {
height: 44px !important;
width: 150px !important;
}
-
- Moderator
- GK User
- Sat Oct 22, 2016 1:50 pm
- Reply with quote
- Report this post
Hi, i tried but nothing hapened.
I enabeled the override option an put an logo "png" with the size of 430x105px.
Any ideas ?
Thank you Martin
I enabeled the override option an put an logo "png" with the size of 430x105px.
Any ideas ?
Thank you Martin
-
- Fresh Boarder
- teitbite
- Sun Oct 23, 2016 11:36 am
- Reply with quote
- Report this post
Hi
Here is how Your override.css looks like (check screenshot). No code was copied. Please send me an access to ftp so I'll see what is wrong.
Here is how Your override.css looks like (check screenshot). No code was copied. Please send me an access to ftp so I'll see what is wrong.
-
- Moderator
- teitbite
- Wed Nov 02, 2016 7:53 pm
- Reply with quote
- Report this post
Hi
Fixed. It was not showing since codding was wrong and browser could not recognise it. File is utf8 encoded and those lines with values were latin2 for some reason. I've changed it all to utf8.
Fixed. It was not showing since codding was wrong and browser could not recognise it. File is utf8 encoded and those lines with values were latin2 for some reason. I've changed it all to utf8.
-
- Moderator
5 posts
• Page 1 of 1