How to disable sidebar and rightside widgets?

Home Forums Gillion Theme How to disable sidebar and rightside widgets?

Home Forums Gillion Theme How to disable sidebar and rightside widgets?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • stargijo
    Participant

    1) How to disable that sidebar that slides in?

    2) How to disable right side widget and make everything full width? for example, when I open category page or the page after searching, there is a sidebar. How can disable that?

     

    Hi @stargijo,

     

    I hope you are well today and thank you for your questions.

     

    1) How to disable that sidebar that slides in?

    I am not sure which sidebar you are referring here so please be a bit specific.

     

    2) How to disable right side widget and make everything full width? for example, when I open category page or the page after searching, there is a sidebar. How can disable that?

    If you want to disable sidebar on specific page then you can do so from page layout settings as shown in the attached screenshot.

     

    To disable on all pages you can add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container #content {
        width: 100%;
    }
    #sidebar {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    stargijo
    Participant

    Ok. How can I set the layout of category page? Like grid, masonry etc? Take a look at the current category page

    Currently you can not set layout to category page as theme doesn’t provide any option for it.

Viewing 4 posts - 1 through 4 (of 4 total)