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 the header width 90% in the Twenty Twenty-Five theme (which uses Full Site Editing), follow these steps:
Appearance → Editor
.90%
directly in the width field).If the block settings don’t allow percentage-based widths or don’t affect the layout as expected:
Appearance → Customize → Additional CSS
.header { width: 90%; margin: 0 auto; }
⚠️ Note: You might need to target a specific class like
.wp-site-header
or a group block class if the above doesn’t take effect.
Would you like help identifying the exact class name from your site to target in CSS?