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

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

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.