[Support request] Different size container widths for posts w/wo sidebar?

Home Forums Support [Support request] Different size container widths for posts w/wo sidebar?

Home Forums Support Different size container widths for posts w/wo sidebar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #777448
    yury

    Hi,

    Can you please let me know if it is possible to control the container width in posts depending on whether or not it has a sidebar?

    In the settings, I have it set at 1100 which is fine when my post has a sidebar. However, for some posts I want it without a sidebar but the 1100 is too wide then and I’d like to make it smaller.

    Thanks

    #777469
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .single-post.no-sidebar #page {
        max-width: 920px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.