Home › Forums › Quform WordPress › Eliminating spaces between fields
- This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by Ally.
- AuthorPosts
- April 24, 2023 at 4:12 am #35421oivanrParticipant
hi,
I am working with a group fileds and I have 5 columns, 4 of them is for visual fields and 1 for a hidden fields. The issue is that I want to eliminate space between rows (a) and columns (b) , like I show in the attached image.
I had try with css styles using margins and paddings, mostly top and left respectively. I get to add space but not eliminate it.
Can you help me to eliminate these spaces, please?
Thanks,Attachments:
You must be logged in to view attached files.April 24, 2023 at 12:38 pm #35428AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 24, 2023 at 5:26 pm #35432oivanrParticipantDear Ally,
I already did it! What I did was, since you tell me that you need to get the correct CSS selector, I though that I must try. The options were: margin-top and margin-left, and i remember that these parameters allow negative values.
The first thing is that I use the Outer Wraper.
After that i use: margin-top: -20px; and for the boton (right of the form) I use: margin-left: -15px;
I attach a imager in order to you can check the result.
Thanks,Attachments:
You must be logged in to view attached files.April 25, 2023 at 9:52 am #35435AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.