Shape 5

Joomla Templates => Curb Appeal - Club => : wycowboy February 06, 2018, 05:02:58 PM



: to much space
: wycowboy February 06, 2018, 05:02:58 PM
first of all, this is a very nice looking template.

is there anyway to close the space between the logo and top and logo and menu. see attached.
Logo cannot go smaller because viewers will not be able to see actual words.

thxs


: Re: to much space
: mikek February 07, 2018, 08:46:36 AM
Hello,

I would not recommend removing that space or it's going to look "squished". If you want to though you would need to change the margins in template.css:

#s5_logo_wrap {
    cursor: pointer;
    float: left;
    margin-top: 55px;
    margin-bottom: 55px;
}


: Re: to much space
: wycowboy February 07, 2018, 10:02:10 AM
very nice... thxs