How do I widen multiple pages/change margins in a Quintas theme?
-
I put a photo on a page and would like it to be wider. Can I increase the width of pages or change the margins?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Because you have the Custom Design upgrade, you can use custom CSS to change the page width or margins. To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS:
body.one-column #content { max-width: 740px; }You can adjust the number of pixels to get the width you’d like. Please let me know how that works for you!
If you’d like help making additional design changes, most of our CSS support is done in our community forums by both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customizationWhen you create a CSS-related help request, please make sure to select or link to the WordPress.com blog you’re working on and include a clear description of the change you’re trying to make. It really helps.
To learn more about how CSS editing works at WordPress.com, see this help page: Editing CSS
- The topic ‘How do I widen multiple pages/change margins in a Quintas theme?’ is closed to new replies.