Viewing 3 replies - 1 through 3 (of 3 total)
  • WPyogi

    (@wpyogi)

    Looks like you need to make those dropdown menu items wider – you can do that in the CSS code – you’ll need to have Custom CSS to do that – which you can add via a plugin if you don’t have it already in your theme or you can use a Child Theme – then try adding this:

    #header #navbar li ul a {
        width: 330px;
    }

    Adjust the width according to what you want.

    Thread Starter SusanO2607

    (@susano2607)

    I have created a child theme. However, this code (#header #navbar etc) is found under style.php and not my style.css, will this be a a problem?

    Thread Starter SusanO2607

    (@susano2607)

    Solution works nicely, although I used 250px instead.

    Have decided to revert to main WP-Creativix theme and make my changes to the .php file. Quick to change if theme is updated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dropdown menu spacing’ is closed to new replies.