By Jason Conn on Thursday, 19 April 2018
Posted in General
Replies 1
Likes 0
Views 221
Votes 0
Hi guys... I've installed JGive on Elegant template. The form in mobile view is being compressed due to padding/ margin rules and I can't figure out how to reduce or eliminate it. Could you please help me!

Thank you
Hi there,

I have applied css codes below at your custom.css file and it should works as it should now.

[gist type="css"]
@media(max-width:768px)
{
.echo .form-validate {
padding: inherit;
border: none;
}
}
[/gist]
·
Thursday, 19 April 2018 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post