Spacing after form

Discussion in 'Figero WordPress Theme' started by galesburgpl, Oct 28, 2013.

  1. galesburgpl

    galesburgpl Member

    Joined:
    Apr 18, 2013
    Messages:
    41
    Likes Received:
    0
    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?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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.
     

Share This Page