Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099743
    scottkwilson
    Participant

    Hi – I would like to reduce the padding in the form fields located on this page (see below). How do I do this? Thanks!

    https://stormwindcreative.com/contact-us/

    #1099748
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: 2.45em;
    }

    Hope that helps.

    #1099762
    scottkwilson
    Participant

    Thanks for the quick response! This is getting close. The padding on the top and bottom of the fields look good, but there’s too much padding on the left. See screenshot attached. How can I make the padding on the left and right of the form field be the same as the top and bottom? I’m trying to achieve a uniform look.

    Also, in the ‘Message’ area something weird is going on. I’d like the message field to be taller and have the padding the same as the other fields.

    Thanks again!

    #1099769
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
        height: 2.45em;
        padding: 0px 0.45em;
    }
    
     textarea {
        height: 2.45em;
        padding: 0px 0.45em;
    }
    

    Thanks.

    #1099784
    scottkwilson
    Participant

    That worked. Thank you!

    #1099790
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1099743 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>