Sidebar Not Displaying Pro

Hi
I am having trouble getting a sidebar to display when you open a blog post.
The general blog page works - https://www.inmotion.je/blog/
But I can not get the sidebar to display when you open a post - https://www.inmotion.je/best-providers-all-inclusive-escorted-motorcycle-tours/
I have looked in Chrome Inspector and can see which sidebar is being pulled through, please can you assist.
Thanks

Hello @tapper65,

Thanks for writing to us.

I checked your site it seems that it is an issue with the custom CSS code, you have hidden the sidebar through the custom CSS code for the post details page. Please have a look at the given screenshot below.

I would suggest you please remove the custom CSS code to get back the sidebar.

.single-post aside.x-sidebar.right {
    display: none;
}

Hope it helps.
Thanks

Thank you - that’s sorted it

Hello @tapper65,

Glad that we were able to help you. Please feel free to open a new thread if you have any more concerns.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.