• Resolved melza0

    (@melza0)


    Is there any way to remove the side bar? Its rather annoying there is no full page template.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    If you totally want to remove the sidebar from all the pages you can try the below CSS code.
    Add the following custom CSS to customize-> Additional CSS

    #sidebar-right {
        display: none;
    }
    #posts {
        width: 960px;
    }

    Hope it helps and let me know if you require any further assistance.

    Thread Starter melza0

    (@melza0)

    perfect solution.

    thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Sidebar’ is closed to new replies.