Change header size

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Jul 04, 2014 10:49 am
Hello,
I gave the Meet Gavern template and I'd like to change the header size. See http://www.innocom.cat/. I'd like the grey band width with the logo to be not so big. How can I do it? I'm not really used to css coding, so detailed help would be much appreciated.
Thanks!

Dani
User avatar
Junior Boarder

teitbite
Sat Jul 05, 2014 12:20 pm
Hi

Please make sure override is enabled in template settings and than add this code to /css/override.css file in template folder:

Code: Select all
#gk-header .container-fluid .custom {
    margin: 0 auto;
    max-width: 600px;
}
User avatar
Moderator

GK User
Mon Jul 07, 2014 12:10 pm
Sorry, I think I didn't explained correcly. I'd like it not to be so tall. Would it be the correct code?
Code: Select all
#gk-header .container-fluid .custom {
    margin: 0 auto;
    max-height: 300px;
}
User avatar
Junior Boarder

teitbite
Mon Jul 07, 2014 1:09 pm
Hi

Please use my code. Along with the change of width of the image the header bar will be shrinking in height. You may try a lesser value than 600px I wrote. This will also work with responisve layout.
User avatar
Moderator

GK User
Mon Jul 07, 2014 1:53 pm
Thanks, it worked like a charm. I didn't have a computer to check it.

Dani
User avatar
Junior Boarder


cron