[Support request] How to make this page wider?

Home Forums Support [Support request] How to make this page wider?

Home Forums Support How to make this page wider?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929421
    Lazar Radovanovic

    Hello, can you help me to make this page wider and better, also I want widget image in full size? I hope it will be fixed when i make it wider.

    #929736
    Leo
    Staff
    Customer Support

    Hi there,

    This CSS is setting the content container size for single posts:

    body.single .site.grid-container {
        max-width: 800px;
    }

    You can modify it to be larger.

    If you only want to make the change for this specific post, then add this CSS:

    body.single.postid-2076 .site.grid-container {
        max-width: 800px;
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.