Shape 5

Joomla Templates => Charity - Club => : wycowboy October 23, 2017, 09:25:12 AM



: Menu Right align
: wycowboy October 23, 2017, 09:25:12 AM
any suggestion on aligning main menu to the right side... seems to be either center or left original


: Re: Menu Right align
: mikek October 23, 2017, 05:08:07 PM
Hello,

The menu is centered only. If you're not using the search icon you can do that with the following css, but if you need search it will require custom programming:

#s5_menu_inner {
float:right;
display:block;
}

That would go into custom.css.