Hi,
New designer here and love the theme but I am having an issue wit the ajax plugin. The background is smaller than the fields and I am unable to fix it, any help would be greatly appreciated. Also while I am asking, what would be the best way to make the registration modal one column? Thanks!
I have linked a photo of the modal.
Hi,
Welcome to BuddyDev forums.My apologies for the inconvenience. Please allow me to push an update within next 24 hours to fix it.
It seems, there might be some css conflict.
Regards
BrajeshHi,
Will it be feasible for you to link me to the site(you can use private reply here).I have been trying to recreate it but I could not
https://i.imgur.com/1ykzDMS.pngIt might be a minor float clearing issue, If I can check the form, I can put a quick solution.
Thank you
BrajeshHi Xander,
Thank you.It was a floating issue as I had expected. It seems my version of theme is different and that’s why I could not see it.
Please visit Dashboard->Appearance->Customize->Styling->Additional CSS and add the following lines
form#register_form:after { content: ""; display: table; clear: both; }
That will fix it.
Best Regards
BrajeshHi Xander,
Thank you for confirming.Making the registration form single column. Sure, It is. We can override the media query from theme by adding this to the Customize->Styling->Additional Css section
@media screen and (min-width: 992px) #basic-details-section, #profile-details-section { float: none; margin-right: 0; margin-left: 0; } .register-section { width: 100%; } }
Hope that helps.
Regards
Brajesh
You must be logged in to reply to this topic.