Customising one menu

Hi there fab folk at Themeco. Happy New Year.
I have tried to work out how I can reduce font size on one of my menus. I am setting it so that only logged in users see a particular memory in the menu header (left hand side of site) but the menu soooo long that it drops below visible area. This is my client who wants all items on the menu so I cannot regroup them.
Can I amend just to reduce font on this menu and leave others as they are?
Sorry - may not have described that very well. I will ping over log in in private post. Thanks so much for any help in advance. I did search but couldn’t find answer - apologies if I have missed the info somewhere in forum.
Cheers, Kate

Hello Kate,

Thanks for writing in!

To resolve your issue, you need to add a scrollbar in the left panel of the site. You can add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-navbar-fixed-left .x-navbar-inner{
    overflow-y: scroll;
}

We would love to know if this has worked for you. Thank you.

Utterly brilliant. Thank you so much. Worked like a dream the first time. Thank you again! I am now just waiting on client confirmation but will keep the code up my sleeve for any other times I need it. Have a great weekend

You are most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.