How do I access use of full width page?
-
Hey guys!
I was wondering if anyone knows if it’s possible to use the maximum width of the pages on my website? At the moment there seems to be a lot of white space and I’m wondering if I can change this?
https://helencalcutt.org/poetry/
Thank you :)
The blog I need help with is: (visible only to logged in users)
-
Hello widesargasso,
If you have a Premium or Business plan that allows for custom CSS, then it’s possible to adjust the page width using this CSS code.
.entry-content {max-width: 90%;}Add this with the Customizer. From the lefthand column of your WordPress.com account, choose Customize. Then choose CSS.
Paste the code. You can experiment with page width by changing the value (90%).
optional reading
Custom CSS
https://en.support.wordpress.com/custom-css/
- The topic ‘How do I access use of full width page?’ is closed to new replies.