• Resolved zemikey

    (@zemikey)


    I am using the OceanWP theme with Elementor. I’ve tried different Elementor page settings to try and get the dropdown menu to be a normal width instead of at 100% width.

    It still works, it just looks bad and I don’t know how to fix it. Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi mikey,

    You can add a bit of CSS (to the Additional CSS area in the customizer, for example) to make the dropdown menu have the same max-width as the input fields. The following should do the trick:

    select#rtb-party {
        max-width: 15em;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Party Size Dropdown Menu going to 100% width’ is closed to new replies.