Home › Forums › Quform PHP › The form needs a little padding. The buttons run to the edge of the page.
- This topic has 3 replies, 2 voices, and was last updated 11 years, 7 months ago by Allan.
- AuthorPosts
- April 23, 2013 at 12:09 am #4019LynnParticipant
I have a form here for now:
http://www.mobiluna.com/quformtest/SkypeExam1.php
When I am viewing it on my iPhone and iPad the content looks like it needs some padding to bring it in more. I did add some padding and margin
to this:
quform-element {
height: 1px;
height: auto;
min-height: 1px;
margin: 0px 10px 0px 10px;
padding:0px 5px 0px 5px;
}and at one point it seemed to work, but now it’s not. My question is how do I format this to make it look better so the buttons and content don’t go all the way to the end.
Also, you will notice that I am using Jquery Mobile if you look at my source code. Is there anything important that I need to know when using Jquery mobile 1.3 with your Quform?
Lastly, I put the page.css on the form page..Was I supposed to? It didn’t say anything in the instructions, unless I missed it.
Thank you much!
April 23, 2013 at 12:55 pm #4032AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
April 25, 2013 at 2:45 pm #4075LynnParticipantHi Allan,
Thank you for your reply…So, I checked to make sure that a didn’t forget to put that “.” in .quform-element { , and I didn’t forget, I just copied it here wrong.
I was looking for .quform-inner by itself and the closest thing that I found was :
.quform-inner .quform-elements {
margin: 0 ;
padding:0 ;
}is that where I am to put the padding?
So here is what is strange that is happening with the padding: When I first load my page that the form is on, it has no padding, but if I refresh the page the padding is there.
Do you know what might be the cause of that happening?
You can check it out here….
http://www.mobiluna.com/quformtest/SkypeExam1.php
Thanks so much…I can’t wait to get this completely working correctly because Quform is going to come in handy for my mobile websites and at $6 a license each use, it’s affordable!
April 25, 2013 at 3:11 pm #4078AllanSupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.