PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Spacing between form setting and field 1

  1. How can I change the spacing between the form settings and the first field?
    link: https://www.sweatmud.com/individual-registration/

    Posted 11 years ago on Saturday April 6, 2013 | Permalink
  2. Richard Vav
    Administrator

    It looks like this could be to do with how your themes sidebar and content area have been constructed and styled, you can solve this by editing the CSS in your themes style.css and adding a float: left rule to the .post class

    .post {
       padding-bottom: 10px;
       float: left;
    }
    Posted 11 years ago on Saturday April 6, 2013 | Permalink