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 #2513699
Contact form
Closed

Comments

  •  1
    5against4 started the conversation

    When i use header text (i.e. <h3>) in one of my contact forms, some of the text is vanishing off the left side of the page! Why would this be happening?

    (You can ignore the other problems on the page - i've just switched to Soledad so i'm cleaning things up at the moment!)

    Many thanks!

  •  2,699
    PenciDesign replied

    Hi,

    You can add more this code to Customize > Custom CSS to fixed that issue:

    form.wpcf7-form > h1, form.wpcf7-form > h2, form.wpcf7-form > h3, form.wpcf7-form > h4, form.wpcf7-form > h5, form.wpcf7-form > h6{ margin-left: 14px; margin-right: 14px; }
    

    Hope this helps,

    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Hi - thanks, that worked for the headers but i've realised it's also affecting non-header text too - visible down the bottom of the page.

  •  2,699
    PenciDesign replied

    Hi,

    Please wrap your text there within a tag like this:

    <p>Your text here</p>

    and the issue will gonesmile.png


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Perfect - thanks a lot!

    i've only used Soledad for one day, but i really love this theme already! i have more questions but i will submit other tickets for those...

    But thanks again for the quick solution :)

  •  1
    5against4 replied

    Oh - one final question - this Custom CSS...

    form.wpcf7-form > h1, form.wpcf7-form > h2, form.wpcf7-form > h3, form.wpcf7-form > h4, form.wpcf7-form > h5, form.wpcf7-form > h6{ margin-left: 14px; margin-right: 14px; }
    

    ...will this work on ALL contact forms (if i create more) or just that specific one i showed you?

  •  2,699
    PenciDesign replied

    Hi,

    It will apply for all contact forms wink.png


    Best Regards,

    PenciDesign

  •  1
    5against4 replied

    Great thank yoooou!