Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98996
    krygj390
    Participant

    Hello,

    Trying to remove the extra space before the paragraph and from the bottom of the home page before the footer. Any advice?

    http://www.pc-spca.org

    #99030
    Mahesh
    Participant

    @krygi390: Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content .wrapper {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    
    .home #content .wrapper article.page {
    	margin-bottom: 0;
    	padding-bottom: 0;
    	padding-top: 0;
    }

    Note: In your Custom CSS you are currently missing a closing brace } please correct it before adding the above CSS.

    Regards,
    Mahesh

    #99076
    krygj390
    Participant

    Thank you!

    #99138
    Mahesh
    Participant

    @krygj390: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing extra space from home page’ is closed to new replies.