bhadaway / blankslate

A naked WordPress theme, powering over 10k websites. Buy me a sandwich. 🥪
https://opencollective.com/blankslate
328 stars 92 forks source link

Issues with page width #51

Closed DCollepa closed 1 year ago

DCollepa commented 1 year ago

Hello,

I use BlankSlate in my website and manage it with WordPress.

I'm trying to adjust all my landing pages to the same page width, however I can not find the way to customize the category page in order to resize the max width.

Can anyone help me out with this?

Thanks!

bhadaway commented 1 year ago

If you want to target category pages only:

.category #wrapper {
    max-width: 800px;
    margin: 0 auto;
}

or:

.category #content {
    max-width: 800px;
    margin: 0 auto;
}
DCollepa commented 1 year ago

Thanks Bryan! I emailed you, hope you get the chance to check it out.

bhadaway commented 1 year ago

Don't see any emails related to this.