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: Use Chat Button 👇

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)

  1. Go to Appearance → Editor.
  2. In the left panel, click Templates and choose the one you want (e.g. Page, Single, Home).
  3. Click into the layout and select the Group block that wraps your main content.
    • It’s usually labeled “Group” or “Content”.
  4. In the right sidebar, under Dimensions:
    • Set Width to 80%
    • Enable Align center or add left/right margins as needed.
  5. Click Save.

✅ Method 2: Using Custom CSS (If needed)

If you want a quick global change via CSS:

  1. Go to Appearance → Customize → Additional CSS
  2. Add the following: .wp-site-blocks > * { max-width: 80%; margin-left: auto; margin-right: auto; }
  3. Click Publish

This targets the main content container across all pages and templates.


Index