jQWidgets Forums

jQuery UI Widgets Forums Navigation Menu, Context Menu Increase button size

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 9 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Increase button size #78122

    kjm
    Participant

    I would like to use a taller menu. The height property sets the overall height of the menu but the menu buttons don’t increase in size. Is there a way to make the button height proportional to the height of the menu.

    Increase button size #78185

    Hristo
    Participant

    Hello kjm,

    In this a concrete case.

    
    var contextMenu = $("#jqxMenu").jqxMenu({
                        width: '120px',
                        height: '240px',
                        autoOpenPopup: false,
                        mode: 'popup'
                    });
    

    I use this settings.
    If you would like to set height could use css selector:

    
    <style>
       #jqxMenu ul li {
          padding: 12.5%;
       }
    </style>
    

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.