How to increase space of the botton logo
- GK User
- Fri May 12, 2017 8:02 pm
Hi, I will like to increase the logo image at the botton of the page to be higher and widther
Thank you
Thank you
-
- Expert Boarder
- teitbite
- Wed May 17, 2017 1:50 pm
Hi
Please tell me the url to Your site where new logo is attached.
Please tell me the url to Your site where new logo is attached.
-
- Moderator
- GK User
- Wed May 31, 2017 6:19 pm
-
- Expert Boarder
- teitbite
- Sat Jun 03, 2017 7:12 pm
Hi
I do not think I did, so thank You for publishing link here.
Please add this code to override.css and make sure override is enabled in template settings.
I do not think I did, so thank You for publishing link here.
Please add this code to override.css and make sure override is enabled in template settings.
- Code: Select all
.gk-logo img {
max-height: 125px;
}
-
- Moderator
- GK User
- Fri Jun 23, 2017 4:11 am
Thanks Man.
It works a little
the problem now is that the logo keep the the size in mobile view, so, doesnt fit in the screem.
I reduce the max height to 90px. But I will like to use the 125px for desktop and 90 or less for mobile.
Is it possible ? thank you.
It works a little
the problem now is that the logo keep the the size in mobile view, so, doesnt fit in the screem.
I reduce the max height to 90px. But I will like to use the 125px for desktop and 90 or less for mobile.
Is it possible ? thank you.
-
- Expert Boarder
- teitbite
- Wed Jun 28, 2017 5:08 pm
HI
Of course. You can manipulate the size oz the logo for any screen width. Here an example:
You can use any number of such resizes if they will be in diminishing order.
Of course. You can manipulate the size oz the logo for any screen width. Here an example:
- Code: Select all
.gk-logo img {
max-height: 125px;
}
@media only screen and (max-width:800px) {
.gk-logo img {
max-height: 90px;
}
}
You can use any number of such resizes if they will be in diminishing order.
-
- Moderator
- GK User
- Wed Jul 19, 2017 6:30 am
Thanks a lot, it works
-
- Expert Boarder
- teitbite
- Sat Jul 22, 2017 7:23 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
8 posts
• Page 1 of 1