Reduce space between border and questions

  • chiragvora123
    Asked on June 23, 2014 at 6:44 AM

    http://www.getcsr.com/index.php/173-2/

    There is a lot of space between the border of the survey box and the questions.

    I want to reduce that so that all my questions fit in one page without any scroll.

    Can someone tell me how to do that?

  • NeilVicente
    Replied on June 23, 2014 at 7:22 AM

    The border padding between the form and your page's content box is declared on your site's stylesheet at line 350 of style.css

    Reduce space between border and questions Image 1 Screenshot 20

    Decrease the padding property of class selector .post-inner-content to something like

    padding: 20px;

    ---------

    Hope this helps.

  • chiragvora123
    Replied on June 23, 2014 at 7:35 AM

    Thanks a lot for your help. It worked.