• Resolved lmilkes

    (@lmilkes)


    Hello, we’re using your plugin and having an issue. When we try to click the dropdown menu arrow to get the child menu, we really click the parent menu and go to that page. We want to clearly define what is the arrow and what is the parent menu item. I don’t see how/where to do that. Please advise. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter lmilkes

    (@lmilkes)

    The area around the parent menu items is too tall and too wide. There is too much padding. This website isn’t live yet.

    Plugin Author codetoolbox

    (@codetoolbox)

    Hi there,

    The best place to manage padding/margins/size of drop-down arrows etc. is to use the CSS stylesheets. If you’re just starting out in web development I’d suggest having a look here:
    https://www.w3schools.com/css/css_navbar.asp

    Good luck!

    Thread Starter lmilkes

    (@lmilkes)

    Hello, I don’t accept that answer, because this plugin is the only place where we have this issue. Please give a more helpful response.

    Plugin Author codetoolbox

    (@codetoolbox)

    There are 2 options:
    1. Turn off “Submenu headings are links”, that will make the menu item a dropdown only.
    2. Modify your CSS Stylesheets and change the padding/formatting around the Nabar items and the “Select Menu Dropdown Glyphicon” – which if you view the DOM is like: <span class=’caret dropdown-toggle’ …>
    can can be modified using the css selector: span.dropdown-toggle { }

    This plugin is not designed to do CSS, rather it is about managing the html markup required by bootstrap.

    Good luck.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need to size dropdown menu button’ is closed to new replies.