• Resolved xginci

    (@xginci)


    Hello,

    When I go on my site with a mobile phone, for example on this page http://www.ventanalangai.lt/kontaktai/ the text and contact form displays correctly only on landscape mode.

    However on portrait mode, the text looks incorrectly: the contact form does not fit in page’s width and the text is without spaces between paragraphs. The same issue with the text occurs in every subpage.

    Can this be fixed? Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi,

    To fix the issue with paragraph, add the following CSS code to your WordPress:

    .site-main p {
        margin: 0px 0px 24px !important;
    }

    And the second issue is with the contact form that you’re using as it’s not responsive. So to fix that you can include the following CSS code:

    .formcraft-css .fcb_form {
        width: 100% !important;
    }

    Let me know if it works. 🙂

    Regards,
    Hardeep

    Thread Starter xginci

    (@xginci)

    Wow, worked like a charm! Thank you very much, Hardeep Asrani!

    Hardeep Asrani

    (@hardeepasrani)

    You’re welcome. Please consider leaving a review if you like the theme. 🙂

    Regards,
    Hardeep

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive text formatting’ is closed to new replies.