Add my sidebar again

Hi,

I removed my sidebar a couple months ago, just from the homepage.
I would now like to add it back however when I try the various options it doesn’t work. I can’t actually remember where I went to remove it in the first place. Any ideas?

https://islamicmusichub.com

Hi @fez27,

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

You can display sidebar on homepage by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

body.home div#secondary {
display: block;
}
body.home .main-content-inner.col-sm-12.col-md-8 {
float: left;
}

After using the above shared CSS code, please don’t forget to clear cache from your site.

Best Regards,
Movin