[Resolved] Widen the Container in the Slideout Site Library Theme

Home Forums Support [Resolved] Widen the Container in the Slideout Site Library Theme

Home Forums Support Widen the Container in the Slideout Site Library Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1432629
    Gary

    I have looked through the forum and tried many things such as changing the container width in customizer (with page set as default template), but nothing happens. I want to make the content wider on certain pages. Is there a way to do it.

    I tried changing the margins to negative 180 on both left and right, which worked on desktop but it messed up the mobile look. Also, I suspect this isn’t the right way as it means I cannot see all my content when I am in the editing page.

    #1432805
    David
    Staff
    Customer Support

    Hi there,

    Slider controls the content width with some CSS found in Customizer > Additional CSS:

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

    Increase the 700px to a size you need.

    #1433386
    Gary

    Absolutely perfect. Thanks David!

    #1433551
    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.