Hi,
I’m using a contact form plugin (QUFORM, formerly IPHORM) and used the short code to add a link for a popup into some text. The text is in an icon box. Unfortunately, the line after the link is farther down, there is a padding between the lines. Can I remove that somehow? This by itself is not that bad, but right next to it is another icon box, which makes it look weird with the line height difference. Please see for yourself:
This is the respective page: http://meoartis.com/formate/
Thanks,
Gabriel
Hey chiummog!
Please add following code to Quick CSS in Enfold theme options under Styling tab
p {
margin: 0;
}
Best regards,
Yigit
Hi,
works fine for the required purpose but unfortunately it now all forms are moved closer together, please check the footer contact form or under “ANFRAGE”. The forms look weird now.
Can I somehow assign the 0 margin only to that one icon box element?
Thanks,
Gabriel
Hi!
Have you already figured it out? I could not see an issue. If it remains, please post a screenshot
Best regards,
Yigit
Hi,
the issue still remains, please see here:
Regards,
Gabriel
Hey!
Please add following code to Quick CSS as well
.avia_ajax_form p { margin-bottom: 10px; }
Best regards,
Yigit
Prefect, thanks!
Please close!