sidebar doesn't show on statuc homepage (new thread)

Hi Movin,

this is the new thread.

Sorry about the confusion in my writing.

I will stick only to my main concern, which is having the sidebar on the homepage.

I’ve tried both

a) selecting Sparkling options -> Layout options -> Right sidebar (left side bar or full width don’t work either), and then leaving the default layout on each page’s settings, and
b) setting the sidebar in each page settings (again, full-width doesn’t work either).

But still the sidebar doesn’t show on the sidebar on the static homepage.

You can now see the website live: http://www.tjango.fi/

Thanks once more for your help!

Best,
Valeria

Hi Valeria,

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

I have tested it on my test site and it’s working fine for me using latest version of Sparkling theme.

If it’s not working for you due to any issue then you can try achieving this 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 .main-content-inner.col-sm-12.col-md-8 {
    float: left;
}
body.home div#secondary {
    float: right;
    display: block;
}

Best Regards,
Movin