[Resolved] Width per Page?

Home Forums Support [Resolved] Width per Page?

Home Forums Support Width per Page?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #705312
    Alexander

    Is it possible to give some Pages a bigger/other Width-Value as the Standard?

    #705340
    Leo
    Staff
    Customer Support

    Hi there,

    Are you only looking to change the width for the content part or everything including the header?

    Let me know πŸ™‚

    #705358
    Alexander

    Only for the Content Part.

    #705374
    Leo
    Staff
    Customer Support

    In that case you can use CSS like this:

    body.page-id-xx .site.grid-container {
        max-width: 900px;
    }

    and replace xx with the actual page ID.

    Let me know πŸ™‚

    #705629
    Alexander

    Great, this works. Thanks!

    Would be nice to see this in the Designer in future.

    #705980
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    There is a plan to add this to the Elements module.

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