Logo mobile

October 2015 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 07, 2016 7:59 am
Reply with quote
Report this post
Hi, i can't adjust logo in mobile version, it's too big and i don't know how resize it for mobile.
The logo is in css. I tried many solution but i can't get a good result.
Can you help me please?
In template.css now I've this:

Code: Select all
/* Logo  */
#gkLogo,
#gkLogoSmall {
   float: left;
   height: 40px;
   margin: 4px 0 3px 0;
   padding: 0;
   text-indent: -999em;
   text-shadow: none;
   width: 124px;
   display: block;
}
#gkLogoSmall {
   float: left;
   margin:5px 20px 0 0;
}
#gkLogo img,
#gkLogoSmall img {
   display: block;
   margin: 0;
}
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
   background: transparent url('../images/style1/logo.png') no-repeat 0 0 / 100% auto;
   /* You can specify there logo size and background */
   height: 164px;
   width: 533px;
}
.svg #gkLogo.cssLogo,
.svg #gkLogoSmall.cssLogo {
   background-image: url('../images/style1/logo.svg');
User avatar
Fresh Boarder

teitbite
Fri Oct 07, 2016 10:01 am
Reply with quote
Report this post
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Fri Oct 07, 2016 11:25 am
Reply with quote
Report this post
I sent you a PM...
User avatar
Fresh Boarder

GK User
Sat Oct 08, 2016 8:01 am
Reply with quote
Report this post
Anyone can help me please?
User avatar
Fresh Boarder

teitbite
Sun Oct 09, 2016 1:39 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
    background-size: 100% auto;
}
User avatar
Moderator

GK User
Mon Oct 10, 2016 7:05 am
Reply with quote
Report this post
Really really thanks!!!
User avatar
Fresh Boarder

teitbite
Mon Oct 10, 2016 8:26 am
Reply with quote
Report this post
Hi

Glad it worked. Closing this thread now.
User avatar
Moderator


cron