Displaying logo on smartphone
Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
Rate this topic:
- 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
My site is https://kamila-la.ru
-
- 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.
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;
}
}
-
- 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.
The error is written in the file override.css.
-
- 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.
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.
-
- 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
-
- 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:
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;
}
}
-
- 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?
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?
-
- 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?
How to remove the logo logo_dark.svg from the screen?
-
- 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.
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; }
-
- Moderator
10 posts
• Page 1 of 1