Logo in Menus

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
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.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 17, 2014 4:17 pm
Reply with quote
Report this post
I would like to change the logo size in the small menu in the regular page as well as in the menu for mobile devices.

This is the site: http://pferdezahn-chiro.de/work/

thanks so much for your help
User avatar
Fresh Boarder

GK User
Fri Jul 18, 2014 9:32 am
Reply with quote
Report this post
To change size of logo in menu and mobile please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkLogoSmall, #gkLogoSmall.cssLogo,
#gkLogo, #gkLogo.cssLogo { width: 150px!important; }


and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Jul 24, 2014 2:53 pm
Reply with quote
Report this post
Thanks. It is working in some parts. Unfortunately is the mobile version still to little. Is there a way to only change the size of this logo?
Also is the big Logo on the frontpage to small. I would like to have this bigger as well.
User avatar
Fresh Boarder

GK User
Mon Jul 28, 2014 1:33 pm
Reply with quote
Report this post
If you open file template/css/template.css and go to line 180 you will see there rules for your logo size with comment :

/* You can specify there logo size and background */


There you can change widht/height for you logo image to enlarge it.
User avatar
Platinum Boarder

GK User
Mon Jul 28, 2014 5:11 pm
Reply with quote
Report this post
I already tried to resize the logo here like you recommend.
unfortunately this is no help for the problem.

1. the main-logo in the mobile version is still too small. and there is a huge gab between the logo and the "hello"-text.
in the desktop version everything is ok.

2. the small logo in the mobile version is too small. it never changes it's size. if I change the size like you reccommend it only changes the small logo in the desktop version. not the mobile version - what I am trying to change.


This is the code in template.css:
#gkLogo.cssLogo,
#gkLogoSmall.cssLogo {
/* You can specify there logo size and background */
height: 130px;
width: 350px;
background-size: contain;
}
#gkLogo.cssLogo { background: transparent url('../images/logo.svg') no-repeat 0 0; }
#gkLogoSmall.cssLogo { background: transparent url('../images/logo_dark.svg') no-repeat 0 0; }
.svg #gkLogo.cssLogo { background-image: url('../images/logo.svg'); }
.svg #gkLogoSmall.cssLogo { background-image: url('../images/logo_dark.svg'); }
#gkLogoSmall,
#gkLogoSmall.cssLogo {
margin: 3px 20px 2px 15px;
height: 47px!important;


this is the website:
http://pferdezahn-chiro.de/work/
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 2:14 pm
Reply with quote
Report this post
If you look at CSS files for this mobile and tablet views you will find there the same rules. For example in small.tablet.css line 62 there is also width and height defined. It is necessary to modify this width/height values in all these files.
User avatar
Platinum Boarder


cron