Your cart is currently empty!
Increase SayPro content size to 80% for all templates
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: + 27 84 313 7407
Written by
in

To increase content width to 80% in the Twenty Twenty-Five theme, you need to target the block or group that wraps the main content area of your templates.
Here’s how to do it:
✅ Method 1: Using Site Editor (Visual, Recommended)
- Go to Appearance → Editor.
- In the left panel, click Templates and choose the one you want (e.g. Page, Single, Home).
- Click into the layout and select the Group block that wraps your main content.
- It’s usually labeled “Group” or “Content”.
- In the right sidebar, under Dimensions:
- Set Width to
80%
- Enable Align center or add left/right margins as needed.
- Set Width to
- Click Save.
✅ Method 2: Using Custom CSS (If needed)
If you want a quick global change via CSS:
- Go to Appearance → Customize → Additional CSS
- Add the following:
.wp-site-blocks > * { max-width: 80%; margin-left: auto; margin-right: auto; }
- Click Publish
This targets the main content container across all pages and templates.