Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #666084

    You’ll notice that the drop down menus are cut off. How do I fix this issue?

    • This topic was modified 7 years, 8 months ago by aieseccanada.
    #666860

    Hey!

    Try adding this code to the Quick CSS:

    #top select{ min-height: 45px; }
    

    Cheers! 
    Josue

    #666910

    Thanks! That did the trick. Also, if I wanted to decrease the font size of “All participants must be 18-29 years of age” on that page, how would I do that?

    #666916

    Hi,

    Use the following:

    #top legend {
        font-size: 12px;
    }

    Best regards,
    Josue

    #666922

    Awesome! Two more things. How do I add a little bit more space above and below each field? and is there a way I can add a border/shadow around the drop down menu so that it’s more distinct?

    #666938

    Hi,

    To add gap between the form fields please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top fieldset {
         margin-top: 20px;
    }
    
    

    To add box shadow to submenu

    #top .header-scrolled #avia-menu .sub-menu, #avia-menu .sub-menu {
        box-shadow: 1px 4px 8px 1px rgba(0,0,0,.5);
    }

    Best regards,
    Vinay

    #666945

    Sorry Vinay, I meant adding a border/shadow to the drop down menus in the form

    #668317

    Hi,

    Drop down menus can not be styled directly by CSS (they’re handled by the browser).

    Best regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.