This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
how to add margin to title and description
Started 13 years ago by gsmartgirl | 2 posts |
-
I have used embed code to make custom page but how do i add margin for the title and decription they are hugging the left margin. The rest of the page margins are fine.
How do I add padding or margin to CSSPosted 13 years ago # -
You can add the padding for form title and description on these css code :
#main_body .form_description { border-bottom:1px dotted #ccc; clear:both; display:inline-block; margin:0 0 1em; }
simply change the code to be like this
#main_body .form_description { border-bottom:1px dotted #ccc; clear:both; display:inline-block; margin:0 0 1em; padding-left:10px; }
MachForm Support
Posted 13 years ago #
Reply
You must log in to post.