- Posts: 12
- Thank you received: 0
Column Width
- Corrie McGaughey
- Topic Author
- Offline
- New Member
-
Less
More
10 years 6 months ago - 10 years 6 months ago #69033
by Corrie McGaughey
Column Width was created by Corrie McGaughey
I've searched the forum and am trying to figure out how to adjust the column width of my registration page. The text of the first column wraps and I would like to make it wider so the text is on one line.
Last edit: 10 years 6 months ago by Corrie McGaughey.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 6 months ago #69036
by James Riley
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 :.
Replied by James Riley on topic Column Width
Noticed that another user asked the same question 22 hours ago 
joomdonation.com/forum/events-booking-ge...tion-page.html#69002
Follow the thread as the Devs have posted there that they are looking for a solution.
joomdonation.com/forum/events-booking-ge...tion-page.html#69002
Follow the thread as the Devs have posted there that they are looking for a solution.
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 :.
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 6 months ago #69037
by James Riley
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 :.
Replied by James Riley on topic Column Width
PS: The width is styled (most likely) by your site template as class:
--> .form-horizontal .control-label
You can make changes to EB's forms without affecting the rest of your site by custom-styling the class:
--> .eb-container .form-horizontal .control-label
(That's how I've adjusted it for my site... although I need to redo my style to compensate for mobile screens...)
--> .form-horizontal .control-label
You can make changes to EB's forms without affecting the rest of your site by custom-styling the class:
--> .eb-container .form-horizontal .control-label
(That's how I've adjusted it for my site... although I need to redo my style to compensate for mobile screens...)
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 :.
Please Log in or Create an account to join the conversation.
- Corrie McGaughey
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 12
- Thank you received: 0
10 years 6 months ago #69097
by Corrie McGaughey
Replied by Corrie McGaughey on topic Column Width
I have adjusted the code:
@form-horizontal-label-width: 350px; in my styles css file but nothing changes. ???
@form-horizontal-label-width: 350px; in my styles css file but nothing changes. ???
Please Log in or Create an account to join the conversation.
- James Riley
-
- Offline
- Platinum Member
-
10 years 6 months ago #69101
by James Riley
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 :.
Replied by James Riley on topic Column Width
Inserting the following into your /media/com_eventbooking/assets/css/custom.css file should work unless your template is, for some reason or other, not generating standard code:
*OR* in your template's css override/custom css file:
Could you post a link to a live reg page on your site so that I (or one of the Devs once the sun rises over Asia) can see exactly what needs to be done for your site and advise you?
Code:
.form-horizontal .control-label {width:350px;}
Code:
.eb-container .form-horizontal .control-label {width:350px;}
Could you post a link to a live reg page on your site so that I (or one of the Devs once the sun rises over Asia) can see exactly what needs to be done for your site and advise you?
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 :.
Please Log in or Create an account to join the conversation.
Moderators: Tuan Pham Ngoc
Support
Documentation
Information
Copyright © 2026 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.