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


  1. gsmartgirl
    Member

    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 CSS

    Posted 13 years ago #
  2. redityo

    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 #

RSS feed for this topic

Reply