Move address rows
Gert created the topic: Move address rows
Hi,
I would like to move the address labels so they will turn up closer to the actual row. Ho do I do that? Se attachement.
Regards
Gert
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Agapi G. replied the topic: Move address rows
Hello Gert!
Thank you for posting your request!
Could you please give us the link to the page, where you have published your form? We will take a look and provide a quick CSS solution for this.
Have a great day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Gert replied the topic: Move address rows
Hi,
The link to the page:
sinnesbilder.se/bestallning-bildspel/
Thank you!
Gert
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Agapi G. replied the topic: Move address rows
Hello Gert!
Thanks for the link! Please edit your form and open its theme by clicking on Edit CSS button. Scroll to the very end and copy the following code to the very bottom of the stylesheet:
div[wdid="4"] input[type="text"] {
margin-bottom: 3px !important;
}
Let us know if it works.
Thank you!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Gert replied the topic: Move address rows
Hello,
It work rather fine. There is still a big space between the label and the field in "Namn" (name) and "Telefon" (telephone). In the address field it works fine.
/Gert
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Agapi G. replied the topic: Move address rows
Hey Gert!
In that case please replace the previous code with the following:
input[type="text"] {
margin-bottom: 5px !important;
}
It will apply to all inputs on your form, which have high margins from the bottom. Let me know if you like the display.
Thanks!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 7 months ago
Agapi G. replied the topic: Move address rows
Hi Gert!
That's wonderful! We are glad to know that you like the new look of your form. Please feel free to let me know in case there's anything else I can assist you with.
Could I ask you to share your rating for Form Maker on WordPress.org? We really appreciate your thoughts about the quality of the plugin, as well as suggestions on improving customer support. Let me provide you the link:
wordpress.org/support/plugin/form-maker/reviews/
Thank you! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 7 months ago