News page falling apart

Hi there,

How do we mke this page to have all the content on the page?
Now the left side element falls outside of the screen.
https://www.parkkokustannus.fi/kaannostyopajan-tekstit-koottin-antologiaksi/

Hi Liisa,

Thanks for writing to us.

Add this code in theme option’s CSS to adjust the contents of the single post.

@media(min-width:1200px){
.single-post .x-container.max{
  margin-left:0;
}
.single-post .x-sidebar {
     width: 250px; 
}
}

The purpose of providing the custom CSS 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.

Hope it helps you.
Thanks

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