Sidebar moves to bottom of the posts

Hello,

i got a problem with my blog page. The sidebar always moves to the bottom of the blog page but it should be shown on the right side. Somehow at the other pages it´s shown correctly.

Thank you for your help.

Hi @tobifrank,

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.

This can be due to the incorrect HTML tags added in the post content so please check it in your posts where it is happening.

Best Regards,
Movin

Hi @Movin,

I still did´t find the solution of the problem. Maybe you could take a look?

My site is www.feuerwehr-hohenthan.de , the blog page is “aktuelles”.

Thank you,

Tobi

It seems this is happening on your shared site due to some changes made in the theme files.

You can try resolving this issue 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


@media (min-width: 992px){
body.blog .main-content-inner.col-sm-12.col-md-12 {
width: 66.66666667%;
}
}

It worked! Thank you very much!

You are most welcome here :slight_smile: