Layout submission form

  • Jos Blokdijk
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #60875 by Jos Blokdijk
Layout submission form was created by Jos Blokdijk
Hi,

how can i make better use of the available space? I would like to have more room for the questions, see attachment.

Thanks!

Jos
Attachments:

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

More
9 years 1 month ago - 9 years 1 month ago #60879 by James Riley
Replied by James Riley on topic Layout submission form
You'll need to tweak some CSS.

I would suggest starting with adding this to your /components/com_eventbooking/assets/css/custom.css file. If it doesn't work there, then try adding it to the end of your template's main css file instead.
Code:
.eb-container .form-horizontal .control-label { width:400px !important; /* set this to whatever width you want; keep the !important on the end so that it will (hopefully) override any other CSS file that may also try to set this value */ }

If you want to make this change happen GLOBALLY for all forms on your entire site (and not just EventBooking), add this to the end of your template's CSS file, and remove the .eb-container from the beginning of the class definition.

James Riley .: EventBooking user since 2014 ::: JoomDonation user since 2016 :.
.: grfx & web design / IT / AV @ St. Therese Institute of Faith and Mission, Bruno, SK, Canada :.
Last edit: 9 years 1 month ago by James Riley.
The following user(s) said Thank You: Tuan Pham Ngoc, Jos Blokdijk

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

  • Jos Blokdijk
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #60889 by Jos Blokdijk
Replied by Jos Blokdijk on topic Layout submission form
Thank you, that did the trick!

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

Moderators: Tuan Pham Ngoc