• I can’t figure this one out. I searched the forum questions and came up with nothing but css code that did not work. Please look at my page and see what I mean. This has to be a common problem because I am designing three other pages with the same issue. My other pages that have this problem are:

    https://nirantara.online
    https://iskconpv.online

    • This topic was modified 6 years, 5 months ago by marklorange.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello @marklorange, thanks for choosing Bento!
    This is not a bug – some space between the content and the footer is intended in Bento, in order to avoid the crammed look. Please take a look at the theme demo for an example of the same kind of margin.

    If you really need to reduce that space, you can using some custom CSS, for example:
    @media screen and (min-width: 48em) { .site-content { padding-bottom: 10px !important; } }

    Thread Starter marklorange

    (@marklorange)

    Hey that worked! Thanks so much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘white empty space between body and footer’ is closed to new replies.