Shape 5

Joomla Templates => Luxon - Club => : zinkow August 16, 2015, 12:47:25 PM



: Remove the logo and center the main menu
: zinkow August 16, 2015, 12:47:25 PM
Is there a simple way for me to accomplish this?

http://bloomsburytherapy.com


: Re: Remove the logo and center the main menu
: mikenicoll August 16, 2015, 07:51:50 PM
Hello,

To hide the logo add this to the custom.css file:
:
#s5_logo_wrap {
display: none !important;}

To center the menu whilst keeping it centered would require custom programming. You can use margins on the element itself but that wouldn't stay centered when re scaling.

Regards,


: Re: Remove the logo and center the main menu
: zinkow August 16, 2015, 08:48:40 PM
Thank you for the after hours response :)


: Re: Remove the logo and center the main menu
: mikenicoll August 16, 2015, 09:44:00 PM
No problem :)


: Re: Remove the logo and center the main menu
: zinkow August 17, 2015, 06:08:00 AM
how would I go about adding margins to the element in an attempt to artificially center the menu?


: Re: Remove the logo and center the main menu
: mikenicoll August 17, 2015, 10:53:46 PM
Hello,

Easiest way would be to adjust these padding values until it is near the center. Then you can make custom @mediascreen calls for each device resolution with overrides and changes for those resolutions. There are already a bunch of these in place in the s5_responsive.css file.

:
Template.CSS - Line 329

#s5_inner_padding, #s5_header_area_inner, #s5_logo_wrap {
    padding-left: 10%;
    padding-right: 10%;
}