Extra spaces on the request form | Community
Skip to main content

Extra spaces on the request form

  • June 24, 2022
  • 3 replies
  • 0 views

Hi,

How do I remove extra spaces between the ticket fields on the request form page? 

 

3 replies

Ifra
  • June 24, 2022

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

  • Author
  • June 24, 2022

Hi @ifra

Great, thank you very much for your help. 


Ifra
  • June 25, 2022

 😊️