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
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,
Or is it that it will take some time to changes take place, may be due to server issue.
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 4 years, 3 months ago by
Nitin I..
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
Hi Patrick – WPMU DEV Support,
Thank you for your support, both things worked.
Thank you,