change logo size for Menu Logo

Well-designed restaurant Joomla template with parallax effect.
GK User
Fri Jan 02, 2015 10:06 pm
I want to make the logo bigger on the menu. When I upload a bigger logo in template settings under Menu Logo, nothing happens.

I also added some custom css in the overrides.css file so the height of the menu bar is a little bigger so it will take a larger logo.

here is my site http://69.175.26.210/~tatanka/

Any ideas...

Thanks
User avatar
Senior Boarder

teitbite
Sat Jan 03, 2015 9:29 am
Hi

I cannot see any code loading from override.css, so please make sure override is enabled in template settings. Than add this code to resize logo. Negative margin has to be a half of the width to center the logo after resizing:

Code: Select all
#gkLogoSmall {
    height: auto;
    margin-left: -100px !important;
    width: 200px;
}
User avatar
Moderator

GK User
Mon Jan 05, 2015 6:24 pm
Thanks that worked. I did have css overide enabled but i used the snippet you gave me and it worked perfect.
User avatar
Senior Boarder

teitbite
Wed Jan 07, 2015 11:04 am
Hi

Ok. That's fine. Glad it worked :)
User avatar
Moderator


cron