Right Sidebar Disappeared on home page

Hi,

I’m creating a ‘demo’ site for a charity - got close to being done and all of a sudden my right sidebar disappeared on my homepage.

Any ideas on what i might’ve done?!

Thanks

Tom

Hi Tom,

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

The right sidebar is displaying fine on my test site using latest version of Sparkling theme.

I can see you are using older version 2.0 of sparkling theme on your site so could you please try using latest version of it?

If it doesn’t resolve your issue then try resolving it by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

body.home .full-width .main-content-inner {
  width: 66.66666667%;
}
body.home .full-width #secondary {
  display: block;
}

Best Regards,
Movin