Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2669117
Contact form getting cut off
Closed

Comments

  • almondsurf started the conversation

    I have tried to adjust the ‘margin’, ‘with %’, etc. of the 'div.wpcf7' but cannot figure out why the contact form text boxes are cut off on the right side. I’m guessing it has something to do with the margins of the theme, but I can't figure it out.
    Any chance someone could help me figure out why the right side boxes are getting cut off and help to fix?

    Thank you.

  •  2,699
    PenciDesign replied

    Hi,

    This issue caused by this Custom CSS code from you:

    .post-entry p {
        font-size: 16px;
        text-indent: 15px;
        line-height: 2;
    }
    

    Please remove:

    text-indent: 15px;

    from your custom CSS code.


    Best Regards,

    PenciDesign

  • almondsurf replied

    Resolved it. So helpful, thank you!