• Resolved vanvanjaksic

    (@vanvanjaksic)


    Theme might be perfect for me, except for one thing, articles/posts are too wide to be practical when seen on desktop/laptop.

    Is there a simple way to set their width(for larger screens) and in the same time keep article+sidebar centered on screen?

    Thanks in advance ??

    • This topic was modified 5 years, 10 months ago by vanvanjaksic.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    Thank you for getting in touch with us.

    Here’s how the post without sidebar looks on wide screen: https://prntscr.com/m80tdl
    As you can see the wrapper with image has maximum 1460px on large screen but the content with text has 75% of this width. If you want to decrease the size of single post content you can add this style to Appearance → Customize → Additional CSS field:

    @media (min-width: 992px) {
        .single-post .entry-singular-wrapper {
            width: 65%;
        }
    }

    Kind regards

    Thread Starter vanvanjaksic

    (@vanvanjaksic)

    Thank you @jarektheme , this works perfectly and it’s quite intuitive.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Articles too wide on desktop/laptop’ is closed to new replies.