Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

bootstrap rewrite

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hallo

how can I overwrite the property width on custom.css ?

The line is:

input, textarea, .uneditable-input {
width: 206px;
}

I will not specify a width, just deaktivate it and let the form css file work.

Regards
Ricardo
  • ricardos's Avatar
  • ricardos
  • LIfetime Developer - Big Bamboo
  • 297 posts
  • Karma: 0
The administrator has disabled public write access.
Depends really

Do you have a link to the example?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
www.yoga-retreats.in/contact.html

I will disable the the imput fields width

Regards
Ricardo
  • ricardos's Avatar
  • ricardos
  • LIfetime Developer - Big Bamboo
  • 297 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

They need a width so depends again really

input, textarea, .uneditable-input {width:auto;} will override the fixed pixel width option

or you could use a percentage value like

input, textarea, .uneditable-input {width:100%;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thankyou Paul,


Auto is the best option! % is good but I will not proportinal on content width.

Ricardo
  • ricardos's Avatar
  • ricardos
  • LIfetime Developer - Big Bamboo
  • 297 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers