Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #101639
    luismarioochoa
    Participant

    Hello,

    How can I reduce the footer height and bottom padding? Thank you

    http://destinationvows.ca/

    Luis

    #101686
    Mahesh
    Keymaster

    @luismarioochoa: Footer height depends on the footer content. For reducing footer bottom padding, go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS and add the following CSS:

    #site-generator {
        padding-bottom: 0;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Reducing footer's height and bottom padding’ is closed to new replies.