Hello xoo, It looks like the current theme does not have built-in options to adjust the content/body width directly. However, you can easily make these changes by adding custom CSS. Here’s how you can adjust the width to full width or set it to a specific percentage.
Using Custom CSS to Adjust the Width
You can add custom CSS to make your content take up the full width or any specific percentage you prefer. Here are the steps:Full Width
If you want your content to take up the entire width of the screen, you can add the following CSS.
.container { width: 100% !important; max-width: 100% !important; }
How to Add the Custom CSS:
- Go to your WordPress dashboard.
- Navigate to?Appearance?>?Customize.
- Scroll down and click on?Additional CSS.
- Paste the code (depending on whether you want full width or a percentage width).
- Click?Publish?to save the changes
And thanks for highlighting, our 2nd next theme version will come with many major features.
Thank you.