different logo on mobile version

GK User
Thu May 07, 2015 9:23 am
I put a logo unfortunately very long (500px).
I would like to be able to release another version the logo (shortest), in mobile version.

it's possible? how?

tnx
User avatar
Expert Boarder

GK User
Thu May 07, 2015 11:07 am
What type of logo did you use?
User avatar
Moderator

GK User
Thu May 07, 2015 12:59 pm
png with css
User avatar
Expert Boarder

GK User
Fri May 08, 2015 7:18 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Fri May 08, 2015 12:28 pm
send it in pvt ... site is offline

tnx
User avatar
Expert Boarder

GK User
Fri May 08, 2015 4:09 pm
Please edit: /templates/gk_university/css/override.css and add at its end:
Code: Select all
@media (max-width: 640px) {
.svg #gkLogo.cssLogo {
  background-image: url("../images/logo_other.png");
}
}

Above code will use different logo for browser with max 640px viewport width.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Fri May 08, 2015 7:35 pm
works fine.

tnx
User avatar
Expert Boarder

GK User
Sun May 10, 2015 9:44 am
Is there anything else I can help you with regarding this topic?
User avatar
Moderator

GK User
Mon May 11, 2015 8:23 am
no tnx
User avatar
Expert Boarder

GK User
Mon May 11, 2015 7:54 pm
Feel free to post new forum threads if you have any other questions.
User avatar
Moderator


cron