Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Emoza

    (@emoza)

    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:

    1. Go to your WordPress dashboard.
    2. Navigate to?Appearance?>?Customize.
    3. Scroll down and click on?Additional CSS.
    4. Paste the code (depending on whether you want full width or a percentage width).
    5. Click?Publish?to save the changes

    And thanks for highlighting, our 2nd next theme version will come with many major features.

    Thank you.

    Thread Starter xoo-design

    (@lucklocal_tx)

    Thanks, but the .css effects the header, but not the width from the content/body.

    Theme Author Emoza

    (@emoza)

    @lucklocal_tx Thanks for the patience, I check the given solution by me and that’s working proper,

    I think, I need more info, it will be big help if could you share your site details and with the some info about your requirement. and you can also get help from here quick: [email protected].

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.