[Resolved] Change blog posts container width

Home Forums Support [Resolved] Change blog posts container width

Home Forums Support Change blog posts container width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #743847
    Ivan Cazorla

    Hi there, I know that for changing the width of the container it can be done like for example:

    #content {
        max-width: 700px;
    }

    But how can I make this to only affect the blog posts, and not affect all the other containters such as products?

    Thanks,
    Ivan

    #743888
    David
    Staff
    Customer Support

    Hi there,

    you can use one of the body class selectors so for single post you would target:

    .single-post #content

    #743890
    Ivan Cazorla

    Thanks!

    #743909
    David
    Staff
    Customer Support

    You’re welcome

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