Hey,
This is probably not a Enfold issue but I ask anyway :)
http://www.newyorkinspiration.com/testing/
Do you know why the whole height is not displayed of the search box in the widget?
Thanks
Charlotte
This is the code for the search box:
EDITED // code too long .// use pastebin
Hi Charlotte!
Your getting a few javascript errors, be sure to deactivate all plugins while testing.
Also, this is probably unrelated but your using an older version of Enfold, 3.1.3, and you should update to the latest version, 3.4.4.
Regards,
Elliott
Thanks.
Do you know any one with java script knowledge?
Kind regards
Charlotte
Hello again,
I saw your link to https://codeable.io/ so I guess they are able to help me..
Charlotte
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search-widget.size420x348A {
height: auto;
padding-bottom: 15px;
}
Regards,
Yigit
Thanks :)