• Hi,
    When I open my page on mobile devices there is a large white space below footer area. Can I change the height of it so it is smaller?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    @media (min-width: 1200px){
    .carousel {
        margin-bottom: -159px !important;
    }
    }

    You can adjust the height by using this CSS.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘footer area size’ is closed to new replies.