Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #590097

    Hello!

    I have implantet a sign up form for newsletter, and I am struggling to reduce the space between the fields.

    Very appreciated if you can help.

    Thank you!

    #591201

    Hey!

    Try adding this code to the Quick CSS:

    #footer .input-text, #footer input[type="text"], #footer input[type="input"], #footer input[type="password"], #footer input[type="email"], #footer input[type="number"], #footer input[type="url"], #footer input[type="tel"], #footer input[type="search"], #top textarea, #top select{
         margin-bottom: 0;
    }
    
    #footer td{
        padding: 5px 0;
    }
    

    Cheers! 
    Josue

    #591206

    Thank you!

    • This reply was modified 8 years, 8 months ago by luckylobo10.
    #591212

    You are welcome, glad to help :)

    Regards,
    Josue

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