How can I move the sidebar to the right for a single blog post?

Hi,
my website related to the topic: https://streuobstallianz-bayreuth.de/2022/06/08/streuobst-mobil-zu-verkaufen/
and the background should be colored liked the other sidebars of the website.

Greetings
Kora

Hello Kora,

Thanks for writing to us.

To move the sidebar to the right side I would suggest you go to the Theme Options —>Layout and Design—>Content Layout ---->Content/Sidebar.

Theme-Options-X (10)

For the background of the sidebar and content area you need to add this custom CSS code under Theme Option —>CSS

.single-post .x-sidebar {
background-color: #edf4f0;    
}

Content Area

.single-post .entry-wrap {
background-color: #edf4f0;    
}

Please feel free to change the color code as your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

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