Reduce space between body & footer

  • Posted in : Oliver
  • rejason
    Participant

    Hi,

    I can I reduce the white space between the body and footer section.

    Thanks in advance!
    JS.

    serkan
    Moderator

    Hi JS,
    Could you provide me your related url, please?
    Thanks

    rejason
    Participant
    rejason
    Participant

    This is my url: http://lazywolf.nl/welcome/

    Thanks in advance.
    Jason

    serkan
    Moderator

    Hi,
    You can use these custom css codes;

    @media screen and (min-width: 768px) {
    .site-branding { padding: 30px 0 !important; } }
    .site-footer { margin-bottom: 0 !important; }

    Thanks

    rejason
    Participant

    Hi Serkan, I added the code via the Additional CSS, but .site-footer doesn’t respond. Any ideas?

    rejason
    Participant
    serkan
    Moderator

    Hi, I’ve looked at all the pages one by one, and I didn’t see a space like you mentioned in the picture. Please clear your browser cache and try it again.
    Thanks

    rejason
    Participant

    Hi, I figured out how to reduce the space with css adjustments below: just not sure if that’s the “prettiest” way to do that, but it seems to work.

    @media screen and (min-width: 768px) {
    .site-branding { padding: 30px 0 !important; } }
    .site-footer { margin-bottom: 0 !important; }
    .hentry {
    margin-bottom: 0em;
    }
    .entry-content {
    margin-bottom: 0em;
    }
    .site-main {
    padding: 40px 0 0 0;
    }

    serkan
    Moderator

    Hi,
    If you encounter any issue in the future, you can create a topic and we can solve it.
    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register