Menuproxy - how to increase light height?

This forum is for all Flare issues not related to any of the other categories.
Post Reply
M33R4
Sr. Propeller Head
Posts: 128
Joined: Wed Oct 07, 2020 7:58 am
Location: UK

Menuproxy - how to increase light height?

Post by M33R4 »

Any ideas how I can increase the line spacing in my menuproxy please :?:
menuproxyspacing.PNG
In the above attachment I'd like the System basics, Orders and Requests etc, to display with the same line spacing as the ones under the Vetting section please :?:
You do not have the required permissions to view the files attached to this post.
Newbie to MadCap Flare
Chicago_HPT
Sr. Propeller Head
Posts: 133
Joined: Sun Feb 03, 2013 6:01 pm

Re: Menuproxy - how to increase light height?

Post by Chicago_HPT »

I think the menu proxy is identified in CSS with a ul.menu selector. If so, I believe that would mean that the first level of menu items would probably be ul.menu > li.

Use your browser to inspect the menu items via the browser tools, either a right-cick and select the Inspect menu option (or similar wording) or by press F12. It appears as though you may want to play with the top and bottom margin settings for those top level li tags.

I hope that helps, at least a little.
-jeff
NorthEast
Master Propellus Maximus
Posts: 6359
Joined: Mon Mar 05, 2007 8:33 am

Re: Menuproxy - how to increase light height?

Post by NorthEast »

If you're using a skin for the menu proxy, you can set the margin and padding for Menu Item.

If you're not using a skin, you'll get some default styles coming from Flare, mixed together with styles from your own lists - like Jeff mentioned.
Post Reply