Hi!
at the moment I am implementing a fairly complex multipage form and I have inserted the file upload field. The problem I'm having is that I don't understand how to make it "NOT adaptive and NOT responsive" to the layout grid. Is it possible that the option in the upload field properties is missing?
Thanks in advance for reply!
Greets!
File upload field on Carousel: full width binding?
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: File upload field on Carousel: full width binding?
There is nothing in the object itself to make it not full width.
However, you can do the following:
1. Right click on the object --> Click Object HTML --> Custom Style
2. Add the following CSS
Change the width to your liking. This will limit how big it gets but still allows it to shrink if necessary based on the available space.
However, you can do the following:
1. Right click on the object --> Click Object HTML --> Custom Style
2. Add the following CSS
Code: Select all
max-width:250px;