• Resolved mrgabooo

    (@mrgabooo)


    Hi,

    I have this issue using your plugins MailChimp for WordPress.

    The input boxes don’t align properly… : https://prnt.sc/vuzs5i

    I saw this in CSS code but don’t know how to figure it out…

    .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
    display: block;
    }

    Thanks and best regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @mrgabooo,

    The issue is caused due to conflict with the CSS from your theme.

    You can use the following CSS code to first align the fields to the left.

    .mc4wp-form-fields input, .mc4wp-form-fields select {
        display: block !important;
        margin: 0 0 10px 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problem on input boxes align’ is closed to new replies.