• Hello all,

    I’m having a recurring issue with the bottom padding / white space appearing on this site and am not too sure how to solve this issue.

    I’ve already tried:
    Customize > General Options > General Settings > Content padding > Bottom: 0px

    I’ve also tried:
    .site-content {
    padding-bottom: 0px;
    }

    Any help or guidance on how to take care of this would be appreciated

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi There,

    Please use the below CSS code and check.

    @media only screen and (max-width: 959px) {
    .content-area, .content-left-sidebar .content-area {
        margin-bottom: 0; } }
    Thread Starter luckyduckyquackquack

    (@luckyduckyquackquack)

    @abhikr781 That worked!

    Thank you so much!

    If you could also share your thought process / how you got to this solution? I want to look into how you solved this. Thank you again!

    Glad to hear that it fixed.

    I just inspect your site and grab the code that suits your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bottom Padding White Space (Tablet & Mobile)’ is closed to new replies.