Topic-icon Horizontal List for User Menu Style after login

Active Subscriptions:

None
As title, I would like the menu items be shown in horizontal view, but currently only with vertical view and dropdown list.

Any quick setting/tips to achieve it? THanks.
The topic has been locked.
Support Specialist
10 years 7 months ago #35783 by alzander
Anson,
If you switch the User Menu Style to "List" and then add the following to your CSS, it *should* go horizontal.
.sclogin nav li { float: left;}
Let me know how that goes.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Problem Solved when I added this. Thanks a lot, Alex :D
.sclogin .nav li { float: left;}
The topic has been locked.
Support Specialist
10 years 7 months ago #35798 by alzander
Awesome! Glad that got you going, and good job finding my mistake :)

Thanks,
Alex
The topic has been locked.