Hello,
If I overlooked another post discussing this, I apologize ahead of time.
I have been trying to add a form field to an area of my site in development and it seems to be taking over the entire width of the section, pushing the search button down below it. At first I thought it was an issue with the form itself, so I tried something else and it does the same thing. Is there any way to lock the form from taking up the entire section width?
Info linked for moderators.
Thanks,
Jake
Hi jjohnson2123!
Thank you for using Enfold.
Add this in the Quick CSS field:
#searchDomainForm #search_domain {
width: 80%;
float: left;
}
#searchDomainForm input[type="submit"] {
width: 20%;
}
Cheers!
Ismael
Perfect! Thanks so much