: Problem with submenu arrow : TejidoSAS May 05, 2014, 10:31:39 PM Hello,
When the submenu name is very long, the arrow is mounted on the text. I can enlarge the separation? Thank you. : Re: Problem with submenu arrow : mikenicoll May 07, 2014, 04:26:00 PM Hello,
I would generally suggest either decreasing the font size on that menu item or the amount of characters first. If that isn't possible you can add a padding-right value as I have done below: s5_flex_menu.css - line 90 .subParentBtn .S5_submenu_item a { background: url("../images/s5_menu_arrow_subs.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important; display: block; padding-right: 15px; } -Mike : Re: Problem with submenu arrow : TejidoSAS May 11, 2014, 05:51:17 PM Thank you very much Mike, change the padding and it works perfectly.
Thanks Shape5 : Re: Problem with submenu arrow : mikenicoll May 13, 2014, 12:45:07 AM Glad to hear. Let us know if you have any further questions!
-Mike |