Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Registration layout?

Registration layout? 13 years 9 months ago #12727

  • FreshIdeas
  • FreshIdeas's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
It seems the default layout for forms to center. How do I LEFT JUSTIFY the form?

Here is a link to the page in question. Also when you try to complete the form, it moves the field to the left and has a weird box around the checkmark.

Thanks!

Please Log in or Create an account to join the conversation.

Registration layout? 13 years 9 months ago #12733

  • steve30000
  • steve30000's Avatar
  • Offline
  • Expert Boarder
  • Expert Boarder
  • Posts: 106
  • Thank you received: 0
It is your theme CSS that is causing the centering. It is in the typography.css file where you define your table formatting:
th, td, caption {
  padding-bottom:4px;
  padding-left:5px;
  padding-right:10px;
  padding-top:4px;
  text-align:center;
}

Remove the "text-align:center" option and it should left justify. Note that removing that may screw up other tables on your site though if they are supposed to be centered.

Please Log in or Create an account to join the conversation.

Registration layout? 13 years 9 months ago #12736

  • FreshIdeas
  • FreshIdeas's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 10
  • Thank you received: 0
OF COURSE!! Thank you so much!! That fixed it.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.154 seconds