Site logo

Archived topic

Content width not working

3 replies · Started by Knuth Becker on August 12, 2021

Viewing posts 1–4 of 4

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!

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.

Perfect, nothing beats the Generatepress support! Thanks!

Glad to be of help!

This archived topic is closed to new replies.