Shape 5

Joomla Templates => General Contractor - Club => : rxy122 September 29, 2016, 10:04:19 AM



: Main Menu Items on Multiple Lines
: rxy122 September 29, 2016, 10:04:19 AM
The site I'm working on has several long menu items that need to be displayed in the main menu.  The problem is that I'm running out of space in the main menu. Is there a way to display menu item names on multiple lines instead of just one?  For example one of my menu items is "What to Expect" , is there a way to display this item as  "What to" on the first line and "Expect" on the second line below it?
Like this:    What to Expect


: Re: Main Menu Items on Multiple Lines
: jonahh September 29, 2016, 12:58:30 PM
You can't do it with the menu item name but you can do it in combination with the sub text field under the "flex menu" parameters for each menu item.  Just need to change the CSS here s5_flex_menu.css line 162. Remove the opacity and make the margin-left and top look like the below:

:
.S5_parent_subtext {
    margin-left: 16px;
    margin-top: -9px;