Shape 5

Joomla Templates => General Contractor - Club => : haydencyr April 05, 2016, 05:10:21 PM



: Center logo and disable menu?
: haydencyr April 05, 2016, 05:10:21 PM
Hi there,
I would like to centre the logo (move from top left), and also disable the display of the menu. Is there a way to do these things? Here is the site that I am asking about: http://grooveelectric.ca/groovejoomla/

Thank you!


: Re: Center logo and disable menu?
: jonahh April 06, 2016, 01:01:10 PM
Hello,

You can edit the logo as follows here to center. And to hide the menu you can do so in the Vertex admin area under "layout > menu "

:
.s5_logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
    width: 234px;
}

template.css 687


: Re: Center logo and disable menu?
: haydencyr April 06, 2016, 04:02:59 PM
Thank you, that's fantastic. All of that worked, but now the "request a quote" is down on a different level than the logo and I would like it to remain over with it.

Thanks in advance.


: Re: Center logo and disable menu?
: jonahh April 07, 2016, 11:34:20 AM
On template.css line 563 you can change the margin top to the following:

:
#s5_requestquote {
    color: #ffffff;
    float: right;
    font-weight: 400;
    margin-top: -74px;
}


: Re: Center logo and disable menu?
: haydencyr April 07, 2016, 01:21:29 PM
Perfect, I should have thought of that. Thank you for all the help!