Extra spaces on the request form
BeantwortetHi,
How do I remove extra spaces between the ticket fields on the request form page?
-
Hey Johny J, you can add the below code to your style.css file and change the spaces as per your requirements:
.form-field~.form-field {
margin-top: 25px;
}
Screenshot for the same:
It can be margin-top: 25px :-
margin-top: 20px; OR
margin-top: 15px; OR
margin-top: any number you want -
Hi Ifra Saqlain
Great, thank you very much for your help.
-
😊️
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
3 Kommentare