• Resolved stumur

    (@stumur)


    Hi Guys,

    Sorry to bother you. Could you please see the above webpage of mine, and let me know if you can you tell why the two orange “search acts” submit buttons align differently in mobile/responsive mode? They align fine on my laptop’s full screen mode, but in mobile mode, they’re different. (I have both forms displayed purely so you can see the issue. The SECOND form is the one I need fixed.)

    The first submit button works perfectly. The second one is wonky, and after weeks of working on it, I can’t figure out why.

    Any advice would be greatly appreciated, thank you.

    Stu.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @stumur,

    I hope you are doing well today!

    Please try adding the following custom CSS code to your WordPress Dashboard->Appearance->Customize->Additional CSS or to the Forminator->Forms->Edit Form->Appearance->Custom CSS->Enable Custom CSS.

    @media only screen and (max-width: 768px) {
    .forminator-ui#forminator-module-4773.forminator-design--default .forminator-button-submit {
        margin: auto !important;
    }
    }

    Kind regards,
    Zafer

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @stumur ,

    We haven’t heard from you for several days now, so it looks like you don’t have more questions for us.

    Feel free to re-open this topic if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit Button Misaligning in Mobile Menu’ is closed to new replies.