Displaying logo on smartphone

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Apr 28, 2017 5:39 am
Reply with quote
Report this post
Please help, with the logo displayed on the smartphone, 1. does not decrease 2 there are two logos light and dark..
My site is https://kamila-la.ru
User avatar
Senior Boarder

teitbite
Mon May 01, 2017 1:17 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
    height: 80px;
    width: 170px;
}
}
User avatar
Moderator

GK User
Tue May 02, 2017 5:08 am
Reply with quote
Report this post
The problem is not solved, the logo has not changed.
The error is written in the file override.css.
User avatar
Senior Boarder

teitbite
Thu May 04, 2017 5:21 pm
Reply with quote
Report this post
Hi

I can see You have also copied "Code: Select all". It's a part of a forum's thread, not a css style. Please remove it and let me know if it helped.
User avatar
Moderator

GK User
Fri May 05, 2017 4:57 am
Reply with quote
Report this post
I have deleted. The problem with the logo is not solved
User avatar
Senior Boarder

GK User
Sat May 06, 2017 7:54 am
Reply with quote
Report this post
It's complicated?
User avatar
Senior Boarder

teitbite
Mon May 08, 2017 6:45 pm
Reply with quote
Report this post
Hi

Not at all. It's just getting overwritten by mobile scripts. Using the code with higher priority will help:

Code: Select all
@media only screen and (max-width:820px) {
#gkLogo, #gkLogo.cssLogo, #gkLogoSmall, #gkLogoSmall.cssLogo {
    height: 80px !important;
    width: 170px !important;
}
}
User avatar
Moderator

GK User
Tue May 09, 2017 5:29 am
Reply with quote
Report this post
Hi,
Executed the record, the result in the attachment.
1. The size of the logo is not responsive?
2. There are two white and blue logos on the screen, how to remove the blue one?
User avatar
Senior Boarder

GK User
Tue May 09, 2017 5:54 am
Reply with quote
Report this post
Why are two logo: logo.svg, logo_dark.svg displayed?
How to remove the logo logo_dark.svg from the screen?
User avatar
Senior Boarder

teitbite
Sun May 14, 2017 10:21 am
Reply with quote
Report this post
Hi

I do not know why it's like that for You. Site only shows one logo when I look at it.

Try with this code, but I'm guessing what can be wrong with browser here.

Code: Select all
#gkTop #gkLogoSmall.cssLogo { display: none !important; }
#gkTop.active #gkLogoSmall.cssLogo { display: block !important; }
[
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.