• Resolved Nitin I.

    (@cacheout2)


    Hi,

    As can be seen the width of Registration form occupying the whole page, could you please help me to adjust it in desktop and mobile view properly.

    Thank you,

    • This topic was modified 3 years, 1 month ago by Nitin I..

    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 @cacheout2

    I hope you are doing good today.

    On mobile I suggest it to leave it as it is so users could easily click on each field.

    As for the desktop view, please try this code in Appearance -> Customize -> Additional CSS:
    #forminator-module-951 {width:60%; margin:0 auto;}

    Kind Regards,
    Kris

    Thread Starter Nitin I.

    (@cacheout2)

    Hi Kris,

    Thank you for your support. But I am not seeing any change in its view after applying this code. Please suggest.

    Thank you,

    Thread Starter Nitin I.

    (@cacheout2)

    Or is it that it will take some time to changes take place, may be due to server issue.

    Thread Starter Nitin I.

    (@cacheout2)

    Yes Kris,

    I was right, I am seeing a good change after a while, may be server took time to reflect it. I am seeing it has shrunk in mobile view too. I thought it wont affect the mobile view.

    Also can you help me in bringing down the “Personal Details” section title a bit. It appearing not in sync.

    Thank you,

    • This reply was modified 3 years, 1 month ago by Nitin I..
    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @cacheout2

    Sometimes it is necessary to clear all caches including the browser cache.

    I thought it wont affect the mobile view.

    You can replace the first code and use this instead:

    /** Desktop only */
    @media only screen and (min-width: 991px) {
        #forminator-module-951 {width:60%; margin:0 auto;}
    }

    Also can you help me in bringing down the “Personal Details” section title a bit. It appearing not in sync.

    It seems there is a border causing some issue: https://monosnap.com/file/vFi9B7QHfH6MCRQqkOXoCilvmJNr8t

    We can remove it using:

    #forminator-module-951 .forminator-border{
        display: none;
    }

    Best Regards
    Patrick Freitas

    Thread Starter Nitin I.

    (@cacheout2)

    Hi Patrick – WPMU DEV Support,

    Thank you for your support, both things worked.

    Thank you,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘“Registration form” width issue’ is closed to new replies.