• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Widen Left Column Responsive Layout

Widen Left Column Responsive Layout 10 years 10 months ago #28034

  • sfast1
  • sfast1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Hi All.. I am looking for a bit of help on a development site I am working on. How can I Make the left column wider? I tried adding this code to the CSS field in the properties section.

.formResponsive .formHorizontal .formControlLabel {
float: left;
padding-top: 5px;
text-align: left;
width: 20%;
}

I'm just trying to create the form so there is more space between the field descriptions and the inputs. I don't want to edit the main css file though.

www.cctestsite6.info/get-started
Last Edit: 10 years 10 months ago by sfast1.
The administrator has disabled public write access.

Widen Left Column Responsive Layout 10 years 10 months ago #28035

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
The declaration is not taken in account because you didn't use the specific style tags: <style type="text/css"> </style> in the CSS area.

More information can be found here
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

Widen Left Column Responsive Layout 10 years 10 months ago #28037

  • sfast1
  • sfast1's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 1
Yes, that sort of blew my mind :)
do I use text/css for any changes I want to make to the css or are there other terms to modify the column width? Thx
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!