RSForm and M Social override?

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 21, 2014 4:13 pm
Reply with quote
Report this post
I have installed RSForm inside my site with M Social. But at the frontend the cells of the form are very small and the spacing between the rules is very high. Is this something from the styling of M Social? In a other template, Rockwall, I have placed a code in override.css. The same problem?

http://www.mvdss.nl/index.php/beurs/aan ... voor-beurs
User avatar
Fresh Boarder

GK User
Fri Feb 21, 2014 6:01 pm
Reply with quote
Report this post
Hi,
you are right they looks unprofessional.
Probably there was small CSS conflict between RSForm and Template style.


Try to use this one:
Code: Select all
 
.formResponsive input[type="text"],
.formResponsive input[type="password"]  { min-height: 24px; } 


But to say more I have to install on my demo RSForm but it's commercial component :(
User avatar
Platinum Boarder

GK User
Sat Feb 22, 2014 1:18 pm
Reply with quote
Report this post
I have tried it by putting it in override.css. But nothing happened.
In the template of Rockwall I had the same problem. I also put a code in overide.css and its was working OK. This was the code:

.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
display: block;
height: auto;
margin-bottom: 0;
padding: 8px 5px;
}
.formResponsive .formHorizontal .rsform-block {
margin-bottom: 3px;

But is also not working
User avatar
Fresh Boarder

GK User
Sat Feb 22, 2014 2:54 pm
Reply with quote
Report this post
1) Try to replace min-height: 24px; with height: 24px !important;
2) If won't help send me access to back-end I will check.

NOTE!!! But you forgot to enable override features?? this file in not loaded !!
Check this guide: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Sat Feb 22, 2014 5:37 pm
Reply with quote
Report this post
Yes every time there is is something to forget. Enable is the richt button. THNKS!!!
User avatar
Fresh Boarder


cron