By Sabih on Monday, 27 July 2015
Posted in Technical Issues
Likes 0
Views 414
Votes 0
Hey,

after a while I just recognized that inside of my quick registration module, the input fields of city and zip are no longer side by side but one below the other.

I am pretty sure that it was side by side once and I got no clue why it is no longer?! xD

Maybe someone knows this problem and might help me please?
Hey there,

Hm, it looks like the "responsive" scripts are kicking in and setting it to be at 100% width. Here's what you can do to fix this,


body div#fd.es.mod-es-register.w600 .quick-register .form-control[data-field-address-city=''] {
width: 60% !important;
float: left !important;
}

body div#fd.es.mod-es-register.w600 .quick-register .form-control[data-field-address-zip=''] {
width: 40% !important;
float: right !important;
margin-top: 0 !important;
}

.quick-register [data-field-recaptcha=''] {
clear: both !important;
}
·
Tuesday, 28 July 2015 01:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Le Freak,

Regarding your issue, I went to your site and the city and zip field on your quick registration module are displayed side by side. Please see screencast.com/t/sVYSxLvxA Is your issue resolved? If not, try to clear your web browser cache and see if that help or not.

Hope this help and have a nice day!
Sam
·
Monday, 27 July 2015 10:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

thank you very much but now I am totally confused. How can this be, for me it is not, here I made screenshots of Internet Explorer and Chrome. Cleared the cache before:
I wonder if I just messed up something...


·
Monday, 27 July 2015 18:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Perfect now!

Sorry to bother you with these small things, it is hard for me to understand if the problem occurs on EasySocial or Rockettheme template.
·
Tuesday, 28 July 2015 03:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Not a problem. Glad that your issue has been resolved now.
·
Tuesday, 28 July 2015 10:40
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post