Removing white space where sidebar was

Hi Colorlib team,

Thank you for your amazing themes and customer support!

my website is cyruschoy.com

I’m trying to remove the white space where sidebar used to be on my front page. I want to use sidebars for all posts and just want to remove white space for all pages.

In the image the three boxes are set to"max width" already. The space to the right is where the sidebar is supposed to be. I dig around the forums everywhere but couldn’t find a solution. This is something very helpful to others as I’ve seen it asked before, thank you!!!

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.home #primary {
    width: 100%!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support

The code works! You guys are magicians :slight_smile: Thank you so much!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support