• Resolved akrele

    (@akrele)


    Hi,

    your plugin works fine, but I have a simple question.

    I use two opt-in Forms, one in the widget and one in each post.
    The form in the post looks great, but it doesn′t align on the left border, it looks rather centered. How can i get it left aligned, so that it′s all in one vertical line?

    Sorry for my english, I hope you unterstand my problem ??

    Here′s the link to my site:
    https://einfachmeditieren.net/was-bringt-meditation/

    Thanks,
    Markus

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author fatcatapps

    (@fatcatapps)

    Hello Markus,

    I understood great. This is easily fixable with a little custom CSS. Usually we only provide code to our premium support channel, but this is really simple, so here:

    First please head to Optin Form > Setting, and enable the custom CSS box.

    Then go to your postbox form you’ve created, and add this to the box for CSS at the bottom of the edit page:

    div.fca_eoi_layout_postbox_wrapper {
        text-align: left !important;
    }

    That will left align all you future post boxes as well. Hope that helps.

    Regards,
    Jeremy Hoffman
    Support Engineer,
    Fatcat Apps

    Thread Starter akrele

    (@akrele)

    Thanks for the code, it′s perfect now!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Opt in Form not left aligned’ is closed to new replies.