Your cart is currently empty!
SayPro is a Global Solutions Provider working with Individuals, Governments, Corporate Businesses, Municipalities, International Institutions. SayPro works across various Industries, Sectors providing wide range of solutions.
Email: info@saypro.online Call/WhatsApp: Use Chat Button 👇
Written by
in
To make your WordPress templates 80% wide in the Twenty Twenty-Five theme (which uses Full Site Editing), you’ll typically adjust the Group block or overall layout container inside each template.
Here’s how to set templates to 80% width visually in the Site Editor:
80%
margin: 0 auto
(or use the Align center option) to center it.If block settings don’t give enough control, you can apply this CSS:
.wp-site-blocks > * { max-width: 80%; margin-left: auto; margin-right: auto; }
Would you like this applied only to specific templates like Blog posts or the Home page?