• scross1375

    (@scross1375)


    Hello

    I have almost finished my website. They only thing Im stuck on is how to get rid of the big white space at the bottom of the page between the grey line (I want to ditch the top one of those too)

    here is my style sheet
    style sheet

    thanks thanks thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • WPyogi

    (@wpyogi)

    You need to post a link to your actual site — just seeing the stylesheet does not help much with questions like this.

    Thread Starter scross1375

    (@scross1375)

    crap sorry

    totally forgot

    stacey-cross.com

    thank you!

    Josh

    (@josh401)

    Since you aren’t using a footer, the first part can be phased out by adding this to your custom css:

    #footer {
        display: none;
    }

    Then, you can adjust the content downwards by adding this to your custom css:

    .narrowcolumn {
        padding: 12px 0 0;
    }

    Thread Starter scross1375

    (@scross1375)

    Thank you so much!

    That did the trick. 🙂

    Josh

    (@josh401)

    You bet 🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Formatting issue’ is closed to new replies.