Hi,
How can I resize the dimensions of SEARCH WIDGET form, using a quick css?
THANK YOU
Hey CloudChoice!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top #searchform>div {
max-width: 200px; }
Best regards,
Yigit
Hi,
The code works in some aspects. But I unable to change the height. I used this code:
#top #searchform>div {
max-width: 600px !important;
max-height: 400px !important;
}
Any suggestion?
THANKS