Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1138732
    EYESCOOL
    Participant

    THANKS SO MUCH for all your time and help! That’s perfect!

    #1138748
    EYESCOOL
    Participant

    Ho do I limit the width my website resizes too?

    If i full screen my webpage the footer colides with my image.

    I need to limit it so the footer stays below.

    I’ve attached a few screen shots.

    Thanks again for you assistance!

    Dan

    #1139086
    Friech
    Moderator

    Hi Dan,

    Remove this block of custom CSS on your customizer.

    .home footer.x-colophon.bottom {
        margin-top: 200px !important;
    }

    Look for this custom css as well.

    .home .x-container.max.width.offset {
        min-height: 450px;
    }

    And update to

    .home .x-container.max.width.offset {
        min-height: 100vh;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1136088 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>