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 #2038504
Sign-up Form Alignment
Closed

Comments

  • Tajda started the conversation

    Hi,

    I'm using a newsletter sign-up form at the bottom of all my posts (see below).

    I would love for the sign-up form (The text "Subscribe to my newsletter and get 90 printable vegan meal ideas!" + the two fields under that) to be aligned in the MIDDLE/CENTRE of every post.

    Is there a way for me to do that?

    Thank you,

    Ty


    Post example:

    https://myveganminimalist.com/vegan-peanut-butter-chocolate-milkshake/

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to do that:

    .post-entry .mc4wp-form{ margin-left: 0; margin-right: 0; }
    

    Best Regards,

    PenciDesign

  • Tajda replied

    Thank you for your super quick response, I appreciate it. 


    I've adjusted the CSS code, but it doesn't seem to work (see attachment). The sign-up form is still aligned to the left (link attached for live view below).


    I'm using the Mailchimp for Wordpress Sing-up Form


    https://myveganminimalist.com/vegan-peanut-butter-chocolate-milkshake/

  •  2,699
    PenciDesign replied

    Hi,

    Ahh, I'm sorry, please try again with this code:

    .post-entry .mc4wp-form{ margin-left: auto; margin-right: auto; }


    Best Regards,

    PenciDesign