Page block and rich text misalignment in Spotlight theme

https://www.cortexkeys.com/

Password: alex999

  1. This is where the Rich text is currently

  2. It should be pushed in to where it aligns vertically with the Page block

What am I missing here?

Btw, I do not check full width on any of the elements.

Thanks,

bjorken

Hi @bjorken

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:
.isolate.page-width:has(.rich-text.content-container) {
    max-width: 78rem;
    padding: 0;
}

.rich-text__wrapper.rich-text__wrapper--left {
    width: 100% !important;
}

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

Worked! Thanks a lot :slightly_smiling_face: