Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #365224

    Javios
    Participant

    Hello,

    I am trying to align the email form from mailChimp to the left, so it is aligned with the text on top.
    This is the website:
    http://www.onomo.net

    Is there any way of making it? I have tried align lef at row and paragraph level, and finally the only way seemed to make 3 colums in that row, so it would be to the left. But there is still a gap on the left.

    Thanks for your help

    #365226

    Javios
    Participant
    This reply has been marked as private.
    #365249

    Zeshan
    Member

    Hi Javios,

    Thanks for writing in!

    Please add following CSS under Custom > CSS in the Customizer:

    .x-subscribe-form {
        margin-left: 0;
        margin-right: 0;
    }
    

    Hope this helps. 🙂

    Thank you.

    #365284

    Javios
    Participant

    Thank you very much, worked perfectly!

    #365432

    Zeshan
    Member

    You’re welcome! 🙂