Make table width shorter

Hi Guys!

Please give me direction where to change the width of these textboxes:


Thanks a lot!

Sam

Quote · 21 Jul 2013

form_adv.css


.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text
{
    width: 95%;
}
.form_input_text,
.form_input_email,
.form_input_url,
.form_input_date,
.form_input_datetime,
.form_input_password,
.form_input_number,
.form_input_slider,
.form_input_range,
.form_input_doublerange
{
    width: auto;
}
.input_wrapper_text,
.input_wrapper_email,
.input_wrapper_url,
.input_wrapper_date,
.input_wrapper_datetime,
.input_wrapper_password,
.input_wrapper_number,
.input_wrapper_textarea
{
    width: auto;
}

 

If it is just an open field, it may expand and contract based on the width of the block it is in. For select (dropdown) fields, it should take the width of the longest option. you can check out screenshot here:

http://www.boonex.com/forums/?action=download&hash=6eUc6jMSH9

caredesign.net
Quote · 22 Jul 2013

You can also open the page builder, go to that page if it is one of the pages in the builder; not all pages are in the builder, and change the width of that column. 

Geeks, making the world a better place
Quote · 22 Jul 2013

 

You can also open the page builder, go to that page if it is one of the pages in the builder; not all pages are in the builder, and change the width of that column. 

 hi!

Yeah its in the page builder, but if I adjust the width of that column, the text boxes never adjust. 

Quote · 22 Jul 2013

 

form_adv.css


.form_input_file,
.form_input_select,
.form_input_select_multiple,
.form_input_select_box,
.form_input_slider,
.input_wrapper_select_box .form_input_text
{
    width: 95%;
}
.form_input_text,
.form_input_email,
.form_input_url,
.form_input_date,
.form_input_datetime,
.form_input_password,
.form_input_number,
.form_input_slider,
.form_input_range,
.form_input_doublerange
{
    width: auto;
}
.input_wrapper_text,
.input_wrapper_email,
.input_wrapper_url,
.input_wrapper_date,
.input_wrapper_datetime,
.input_wrapper_password,
.input_wrapper_number,
.input_wrapper_textarea
{
    width: auto;
}

 

If it is just an open field, it may expand and contract based on the width of the block it is in. For select (dropdown) fields, it should take the width of the longest option. you can check out screenshot here:

http://www.boonex.com/forums/?action=download&hash=6eUc6jMSH9

 Hi Professor,

Minor adjustments..can you check below? The first text box never adjusted. While two textboxes below show some weird gray box on top right section..

 

Thanks,
San 

Quote · 22 Jul 2013

Log in to Administration => Builder => Page Builder => Your page for editing. Now change the width of your left block, with a slider.

Panfilov
Quote · 24 Jul 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.