totalnewbie Posted June 27, 2023 Posted June 27, 2023 This is the contact page of my unfinished travel blog website. Logo and some text blacked out for my privacy because it's unpublished. I'm wondering how I can reduce the height of the text fields (i.e., the spaces where someone contacting me / having a question would enter their text into)? I don't like how broad and generally big they are. Dragging the contact form can make it slimmer overall but the blocks are just as thick. How can I edit the text blocks themselves to make them more slim? This might be easy, but I'm a total beginner and this is just a hobby, so I really don't know how. Thanks
tuanphan Posted June 28, 2023 Posted June 28, 2023 Hi, Can you share link to page where you use form? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted September 16 Posted September 16 To reduce height of fields in Form Block, we can use this CSS code to Website Tools > Custom CSS. div.form-block input { padding-top: 0px !important; padding-bottom: 0px !important; height: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment