Hi, I am using a FORM that inserts a search button onto my page that then links to a catalog. You can see the page here: http://galesburglibrary.org/?page_id=458 For some reason, there is that large space added after the FORM. If I delete the space in the visual editor, it eliminates the functionality of the FORM. I assumed there was a bit of code in the stylesheet that added a margin after the code, but I am unable to find anything in there. Any thoughts?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-main form { height: 33px!important; } Adjust its value as per your requirements.