Hi, is there an easy way to force the registration modal to be one column?
Thank you in advance.
Hi Nathanial,
Thank you for posting.It is the default behaviour. Most probably some css is conflicting with theme.
Can you please link me to the site(where it is enabled) and I can provide a quick solution.
Hi Nathanial,
I am sorry for the delayed reply.I tested your site on my android cellphone and tab and for both of these, the registration for was shown as one column.
Which device are you using while checking the page. I may understand better by looking at its resolution.
Thank you
Brajeshon a desktop, both windows and mac, it shows two columns.
Thank you,
Nathanialhi Nathanial,
Thank you for clarifying.Please put the following css in your theme’s css fil
.bpajax-register-window #register_form .register-section { float: none !important; width: 100%; }
If you want to make sure that the input field are full width too
You can add the following code too.
.bpajax-register-window #register_form input[type=text], .bpajax-register-window #register_form textarea, .bpajax-register-window #register_form #basic-details-section input[type=password], .bpajax-register-window #register_form #blog-details-section input#signup_blog_url { width: 100% !important; }
Hope that helps.
regards
BrajeshHi Nathanial,
I hope you are doing well.Please do let me know if it worked for you or not?
Thank you
Brajesh
You must be logged in to reply to this topic.