Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    I see that you have added this css:

    #content .main {
        float: right;
    }

    You need to remove that as it’s the reason your seeing this issue.

    If you would like the sidebar to be on the left use this css instead:

    @media (min-width: 992px) {
    body .main.col-lg-9 {float:right;}
    }

    Kadence Themes

    Thread Starter enucos

    (@enucos)

    Hi, thanks for your reply, to be honest I don’t remember why I put that, maybe I had something before.
    Can I remove the side bar?

    You can use the page template to select “fullwidth and that won’t have a sidebar.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Big White space on mobile version’ is closed to new replies.