• Resolved tjeagleman

    (@tjeagleman)


    Hello,

    I was wondering if someone could assist me? I am trying to change the dropdown container size of my Sub Menu where it says “Find Training” in the following link: https://www.certmatch.com . I would like the dropdown options to be wider.

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • try with:

    #main-menu-item-5268 .sub-menu
    {
      width: 300%;
    }

    possibly via ‘appearance – customize – additional CSS’ or whatever your theme provides.
    generally, do not edit any theme files, lke style.css, directly…

    Thread Starter tjeagleman

    (@tjeagleman)

    That worked perfectly! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Sub Menu Dropdown Width’ is closed to new replies.