Please, is there any tips to change the width of the select Box field?
I attached a printscreen with some notes (red an yellow), to be more clear.
Tks.,
Julio Mafra
I attached a printscreen with some notes (red an yellow), to be more clear.
Tks.,
Julio Mafra
Hi GreyHead,
Here is the link:
http://www.abe1924.org.br/index.php?option=com_content&view=article&id=52&Itemid=61
Tks,
jcmafra
Here is the link:
http://www.abe1924.org.br/index.php?option=com_content&view=article&id=52&Itemid=61
Tks,
jcmafra
Hi jcmafra,
Ah, this si ChronoForms v4.
The CSS is in com_chronoforms/css/frontforms.css around line 23
Bob
Ah, this si ChronoForms v4.
The CSS is in com_chronoforms/css/frontforms.css around line 23
.cfdiv_select select, .cfdiv_text label {
width: 150px;
}
Bob
Hi GrayHead,
As I told in my first post I tried to modify the width at that line, but give some problems at frontend fields alignment - please take a look at the attached at that first post with my notes red/yellow.
The original template is siteground-j15-44 and Jommla 1.5.22.
Some tip?
Tks.,
jcmafra
As I told in my first post I tried to modify the width at that line, but give some problems at frontend fields alignment - please take a look at the attached at that first post with my notes red/yellow.
The original template is siteground-j15-44 and Jommla 1.5.22.
Some tip?
Tks.,
jcmafra
Hi jcmafra,
Please try
Bob
Please try
div.cfdiv_select select {
width: auto;
min-width: 150px;
max-width: 400px;
}
Bob
This topic is locked and no more replies can be posted.