[Resolved] Content sections not full width

Home Forums Support [Resolved] Content sections not full width

Home Forums Support Content sections not full width

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #914168
    Christa

    Hi I’m having trouble changing the width of my content pages. Changing the number of pixels in the appearance section doesn’t do anything.

    Thank you!

    Christa

    #914182
    David
    Staff
    Customer Support

    Hi there,

    the site you imported uses some CSS, go to Customizer > Additional CSS. Remove this:

    .no-sidebar .entry-content {
    	max-width: 800px;
    	margin-left: auto;
    	margin-right: auto;
    }
    #914205
    Christa

    Ah got it – thanks! Also, this is responsive so I don’t need to add a %, correct?

    #914218
    David
    Staff
    Customer Support

    Yes, the container has a max-width setting so it will scale down for smaller screens.

    #914230
    Christa

    Great, thanks!

    #914233
    David
    Staff
    Customer Support

    You’re welcome

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