• Hi. I wish to remove the sidebar on the page in the link. Can you help me? Thank you.

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

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @clancel

    Please add the following code in additional CSS box in customizer:

    .bbpress #secondary {
        display: none;
    }
    .bbpress #primary {
        width: 100%;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Removing the sidebar’ is closed to new replies.