Hi,
Tell us what you are trying to do? I'm trying to amend the size of two (file format) boxes on a form. See more here >>> hidden link
Is there any documentation that you are following? I've looked at this tutorial (https://toolset.com/lesson-placement/lesson-placements-1621521-1612327) but it doesn't make sense to me in the context of what I'm trying to do.
What is the link to your site? hidden link
Thanks
Hello and thank you for contacting Toolset support.
If I understood well, you want to increase the size(height) of the file input field, so the "Choose file" button appears entirely within the input, like this hidden link, right?
In that case, you need to add custom CSS to the form. This is the part of the article that should help, however, it does not provide details about CSS
https://toolset.com/lesson-placement/lesson-placements-1621521-1612327/#where-to-add-your-custom-css
If you are not comfortable with CSS codes, let me check the form and I'll help with the CSS. Maybe I'll need to login in order to see it. In that case, I am setting your next reply to be private, so you share credentials safely. ** Make a database backup before sharing credentials. **
I assume that you were talking about the form on this page, right?
hidden link
I have also seen the same styles on different other pages, such as:
- hidden link
- hidden link
- hidden link
That's why I added the following CSS code to the WordPress customizer instead of adding it to each form. hidden link
.site-container .form-control {
height: auto;
}
This custom code overrides the styles from Bootstrap, which is conflicting with the theme design.
Please check from your side and let me know if you still need assistance with this. Otherwise, kindly mark this ticket as resolved, and feel free to open a new ticket or chat for any other question/issue.
Thanks so much, that code worked. Although it didn't work by adding the code to my customizer on my live site, I had to add it to the individual forms for it to work.