• Resolved muhammadaleemkhan

    (@muhammadaleemkhan)


    Hello,

    I hope you are doing well, Happy New Year to the Team.

    I am creating a form, but on the mobile view the next button is larger then the other button for previous page. How can we make it look better?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @muhammadaleemkhan

    I hope you are doing good today.

    We have reports from other members as well about this issue and it was already reported to our Forminator Team. This should be fixed in the next update.

    Could you try this temporary fix:
    .forminator-ui.forminator-custom-form[data-design=material] > .forminator-pagination-footer > .forminator-button:first-child { margin-bottom: 0 !important; }

    Kind Regards,
    Kris

    Thread Starter muhammadaleemkhan

    (@muhammadaleemkhan)

    Thank you,

    I put this css under WordPress>customization>css and also in the Plugin where there is an option to place own css. It did not worked.

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @muhammadaleemkhan,

    I tried to apply the above-given CSS via the browser console and it does work fine when I check on your website.

    However, I don’t see the CSS being applied at the moment when I check your website. Maybe it was a cache that was giving an impression that the CSS didn’t work?

    Do you have any cache enabled? If yes, could you please check whether it works after clearing the cache?

    Also if you were checking specifically via Mobile you might also have to clear the browser cache too. Please check the following on cleaning the browse cache:
    https://www.refreshyourcache.com/en/home/

    If you still notice issues please check whether the following helps:

    
    .forminator-ui#forminator-module-8321.forminator-design--material .forminator-button-back {
    	margin-bottom: 0 !important;
    }

    You’ll need to add the above CSS via the default WordPress customizer, under Appearance > Customize > Additional CSS.

    Please do let us know how that goes.

    Kind Regards,
    Nithin

    Thread Starter muhammadaleemkhan

    (@muhammadaleemkhan)

    Hi, Thanks it is working now, but I have both codes in my CSS. Should I leave it like this now?

    .forminator-ui.forminator-custom-form[data-design=material] > .forminator-pagination-footer > .forminator-button:first-child {
        margin-bottom: 0 !important; 
    }
    .forminator-ui#forminator-module-8321.forminator-design--material .forminator-button-back {
        margin-bottom: 0 !important;
    }
    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Please try to remove the first rule and see how that goes. ??

    Thank you,
    Dimitris

    Thread Starter muhammadaleemkhan

    (@muhammadaleemkhan)

    Yeah I removed and it is still working.
    Than you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘On Pagebreak the Next button’ is closed to new replies.