Tagged: x
-
AuthorPosts
-
July 23, 2016 at 6:30 am #1099743
scottkwilsonParticipantHi – I would like to reduce the padding in the form fields located on this page (see below). How do I do this? Thanks!
July 23, 2016 at 6:39 am #1099748
ChristopherModeratorHi 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.
July 23, 2016 at 7:10 am #1099762
scottkwilsonParticipantThanks 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!
July 23, 2016 at 7:30 am #1099769
ChristopherModeratorHi 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.
July 23, 2016 at 7:42 am #1099784
scottkwilsonParticipantThat worked. Thank you!
July 23, 2016 at 7:46 am #1099790
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1099743 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
