Shape 5

Joomla Templates => Spectrum - Club => : zinkow March 28, 2015, 07:18:55 PM



: Centering The Logo
: zinkow March 28, 2015, 07:18:55 PM
How do I go about getting the logo to center on the website? Thanks.


: Re: Centering The Logo
: mikek March 30, 2015, 08:12:20 AM
Hello,

It wasn't really designed to be centered, but adding this to custom.css might get you pretty close:

.s5_logo {
float:none !important;
margin-right:auto !important;
margin-left:auto !important;
display:block;
}

You wouldn't be able to have anything on the right side though like the login/register links or the search.


: Re: Centering The Logo
: zinkow March 30, 2015, 03:03:17 PM
This worked perfectly, thanks!


: Re: Centering The Logo
: mikenicoll April 05, 2015, 02:57:54 PM
Let us know if you have any further questions!