Site logo

[Resolved] Content width not working

Home Forums Support [Resolved] Content width not working

Home Forums Support Content width not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1893292
    Knuth Becker

    Hi. I have an issue with my website. The content width for the blog posts is perfect as in the settings (1150 px), but the category and front are less than 1150 px. The settings in appearance is 1150 px. I’m pretty sure there is some element that I’m missing, but I’m not sure which.

    See URL in private information.

    Thanks!

    #1893346
    David
    Staff
    Customer Support

    Hi there,

    in your Customizer > Additional CSS, you have several CSS rules that change the widths:

    header#masthead .inside-header.grid-container.grid-parent,
    nav#secondary-navigation .inside-navigation.grid-container.grid-parent {
        max-width: 1000px;
    }
    
    body.blog div#page,
    body.archive div#page {
        max-width: 1000px;
    }
    
    div#footer-widgets .footer-widgets-container.grid-container.grid-parent {
        max-width: 1000px;
    }

    Removing those rules should fix the issue.

    #1894384
    Knuth Becker

    Perfect, nothing beats the Generatepress support! Thanks!

    #1894408
    David
    Staff
    Customer Support

    Glad to be of help!

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