Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #245715

    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

    #246071

    Hey chiummog!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    p {
    margin: 0;
    }

    Best regards,
    Yigit

    #246965

    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

    #246987

    Hi!

    Have you already figured it out? I could not see an issue. If it remains, please post a screenshot

    Best regards,
    Yigit

    #247010

    Hi,

    the issue still remains, please see here:

    Regards,

    Gabriel

    #247018

    Hey!

    Please add following code to Quick CSS as well

    .avia_ajax_form p { margin-bottom: 10px; }

    Best regards,
    Yigit

    #247039

    Prefect, thanks!
    Please close!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Line padding’ is closed to new replies.