New Landing How can we help? Themeforest Theme Support Dante Reducing space between bottom of last page published and footer

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #36385
    artaudlemomo
    Member
    Post count: 63

    Hi,

    I would like to reduce the space between the last page published and the footer so that everything fits without having to scroll down (if the page is small as in here: http://www.timotheeducrocq.com

    I guess that needs some customm css isn’t it?

    thanks for your help,

    tim

    #36542
    Melanie – SUPPORT
    Member
    Post count: 11032
    .inner-page-wrap {
    margin-bottom: 0px!important;
    }
    #footer {
    padding: 0px;
    }

    Cheers!

    #36557
    artaudlemomo
    Member
    Post count: 63

    perfect, love it, thank you so much!!!

    #36586
    artaudlemomo
    Member
    Post count: 63

    Hi Melanie,

    I just realized that this custom css worked really well on my website but hasn’t changed anything on the mobile version, do you think we can do something for it to?

    thanks for your amazing support,

    tim

    #36781
    Melanie – SUPPORT
    Member
    Post count: 11032

    Try this

    media="screen"
    @media only screen and (max-width: 991px){
    #footer-wrap {
    margin-top: -150px!important;
    }
    }
    #36866
    artaudlemomo
    Member
    Post count: 63

    Hi Mel,

    thanks for your help,

    Unfortunalety it hasn’t worked, I left the last custom css you sent me so you can see by yourself.

    🙁

    Can we try something else?

    Cheers,

    tim

    #37103
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add this custom css:

    @media only screen and (max-width: 767px){
    .type-page {
    margin-bottom: 0!important;
    }
    #footer {
    display: none;
    }
    #copyright {
    padding-top: 0;
    }
    }

    Also, you have the sidebar enabled on your home page, remove that if you’re not using it!

    – Ed

Viewing 7 posts - 1 through 7 (of 7 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