RockWall in combination with RSform

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
Sun Jun 23, 2013 12:22 pm
Reply with quote
Report this post
I have installed RSForm inside my site with RockWall. 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 RocjWall or is this a problem from RSform styling? Or both?

http://www.dartvermaak.nl/activiteiten/ ... 14-09-2013
User avatar
Fresh Boarder

teitbite
Sun Jun 23, 2013 12:33 pm
Reply with quote
Report this post
Hi

please add this to override.css to override the styles which came form template:

Code: Select all
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    display: block;
    height: auto;
    margin-bottom: 0;
    padding: 8px 5px;
}
User avatar
Moderator


cron