Myzwer / foothillschurch

Bootcamp II is a wordpress theme (as well as an inside joke) designed to suit the needs of foothillschurch.com. It makes use of webpack, Babel, Sass, Tailwind, Browsersync, PostCSS, ESLint, Stylelint, Prettier and more. It is meant for that site, but if you can use it by all means go for it.
1 stars 1 forks source link

Content is off-centered #35

Closed rain2o closed 3 weeks ago

rain2o commented 1 month ago

https://github.com/Myzwer/foothillschurch/blob/effc5bbf81497ae99f0561ab7849412fe9272bfd/contact.php#L21-L29

The content of this template looks off-centered. Looks like it's because the prose class adds a max-width so the content doesn't fill the grid fully

rain2o commented 1 month ago

This also seems to be happening in privacy-policy.php

rain2o commented 1 month ago

Also in components/blocks/blog.php

rain2o commented 1 month ago

And in components/blocks/faq-long.php

Myzwer commented 1 month ago

This is actually an intentional choice. Makes content easier to read since your eyes don't have to track as far across the screen. We called it "blog style" when designing the site.

rain2o commented 1 month ago

Interesting choice. It definitely looks unintentional. Maybe the wrapper should be offset more so that the container is centered (i.e. you're using 8 of 12 cols, so offset by 4 on each side as opposed to 2 and 6). The content can remain the decided width but it will be aligned in a way that doesn't feel as broken.