Indention on right spacing on all pages

Hello there. I am trying to fix the indention on all pages on our website -

I used this code, but it didn’t work

.page-width { max-width: var(--page-width) !important; }

What would be the possible solution on this

1 Like

Hi @alexxxD

Please, share your store URL. Thanks!

@Made4uo-Ribe Here is the URL https://ultrabrightlightz.com/?_ab=0&_fd=0&_sc=1

I fix the spaces already and the indention.

The problem now is here - I need to full extend the text

and for this, I need to have a spacing on the left

Thanks for the info the first image it looks good on my side.

For the 2nd one try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.rte p {
    margin-left: 20px;
}

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

@Made4uo-Ribe can you check on this page “Emergency Light Bars”

need your help to full extend the text on the other side, please

Add this code same instruction.

.shopify-section.cc-rich-text .max-w-text-large {
    max-width: 100%;
}

And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!