• I am setting up a simple site, I want completely remove left and right navigation – categories and search (as image showing belong)

    How to make it done, please help, thanks!!!

    • This topic was modified 2 years, 2 months ago by Calvin.
    • This topic was modified 2 years, 2 months ago by Calvin.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @wkcalvin

    At first, thank you for choosing our theme and service.

    Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.

    Unfortunately the image you shared is damaged, we are unable to open it.

    Kind Regards

    Thread Starter Calvin

    (@wkcalvin)

    @wprsupport

    Thank you, here is the site link :

    TEST SITE

    You can see I remove right side bar, but left side bar still here <categories>
    I want completely remove left and right side bar and get full width page

    How to do it, thank you very much

    Calvin

    Hi @wkcalvin

    Please navigate to Dashboard > Appearance > Widgets and remove all widgets from the sidebar left and right.

    Kind Regards

    Thread Starter Calvin

    (@wkcalvin)

    @wprsupport

    Thank you very much, I follow your instruction and completely remove left and right side bar widgets (as below)

    But right side still showing “No categories” and page CANNOT get full width(as below)

    Am I did it wrongly ?

    Please help, thank you very much

    Calvin

    Hi @wkcalvin

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .sidebar-left {
      display: none;
    }
    
    .main-container {
      width: 100% !important;
    }

    Kind Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to completely remove left and right netvigation ?’ is closed to new replies.