Excess space on Contact page

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, Dec 12, 2013.

  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Hi, I seem to have loads of white space under my contact form and contact details on the contact page of my website. Can you tell me how to get rid of all the excess space so that it resembles the pages on the other websites (between the end of the content on the page and the footer widgets). Please see www.iozzolino.com/contact to see what I mean.
    Many thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .content_wrapper .fullwidth-page img[alt="Sending ..."] {
    height: auto;
    }
    
    This will solve your isssue.
     

Share This Page