[Support request] Container Width

Home Forums Support [Support request] Container Width

Home Forums Support Container Width

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #848565
    Greg

    I am trying anything from 1000 – 2000 px width but the customizer and live site do not show the same.

    On the customizer the content gets wider but on the live site the main body of the site remains the same squashed.

    #848575
    David
    Staff
    Customer Support

    Hi there,

    you have this CSS controlling the content width:

    .no-sidebar .inside-article > *,
    .no-sidebar #comments,
    .no-sidebar .nav-links {
    	max-width: 700px;
    	margin-left: auto;
    	margin-right: auto;
    }

    have a look in the Customizer > Additional CSS for it.

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