• Hi there,

    As you can see on this website page, on all of my pages there is a gap where a side bar sits. I deleted some of the widgets that were in there but now its just an empty space. I’d like to delete this space so my text on pages can spread across the whole width.

    Much appreciate any help

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Joe

    (@sabbathbreaker)

    Hi,

    Go to Dashboard->Appearance->Theme Options
    Home Layout->Display a sidebar on the Home Page, Choose the full width and save changes.

    Does it work?

    hannah

    (@hannahritner)

    Hey geogeo136,
    Check your page template under Page Attributes on your edit page. Make sure you haven’t selected a sidebar template.

    Hannah

    Hey geogeo136,
    It actually looks like your using the default template. Make sure to use the fullwidth if you don’t want a sidebar.

    Kadence Themes

    If your theme doesn’t have a full width template, you could hide the sidebar and increase the width of the page with these styles:

    .page .main {
        width: 100%;
    }
    .page .kad-sidebar {
        display: none;
    }

    Hope this helps!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the side bar on pages’ is closed to new replies.