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.

Time fields colon on next line and description tag spacing

  1. placemaking
    Member

    I am having trouble fixing the colon push on the time fields on my form, I tried out some of the css solutions on the forums but none seemed to fix the problem.

    I am also having difficulty reducing the space between the field boxes and the description tag - as can be seen on the Event Description and Image fields.

    http://www.gosaratogaca.com.php53-27.dfw1-2.websitetestlink.com/about/event-submission/

    Any help would be appreciated :)

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink
  2. The problem with the colon originates with the CSS rule on line 252 of your theme's style.css file. The "display:block" property on the input types is forcing the colon out of position. If you disable that rule you'll see that the formatting is restored to it's intended layout.

    screenshot: http://bit.ly/Qki1ob

    The bottom margin property applied in the same rule is the source of the additional spacing before the description that you mentioned. If you disable the margin rule in your theme style, the formatting returns to normal.

    screenshot: http://bit.ly/TWBgms

    Posted 11 years ago on Wednesday September 5, 2012 | Permalink
  3. placemaking
    Member

    Great! Thank you so much!

    Posted 11 years ago on Thursday September 6, 2012 | Permalink

This topic has been resolved and has been closed to new replies.