Prestige theme question

Topic summary

A user seeks to create multiple columns with images and text overlay in the Prestige theme, similar to a reference website (www.agalaiaco.com).

Initial Solutions Offered:

  • The theme’s built-in “multi-column” section doesn’t natively support the desired overlay effect
  • Custom CSS code was provided to position text absolutely over images in the multi-column section
  • Alternative suggestion: use a page builder app if native options are insufficient

Recommended Approach:

  • Use the Media Grid section instead of multi-column
  • Adjust settings for image column width and row count to achieve the desired layout
  • This provides more flexibility for creating the multi-column image display

Outstanding Issue:

  • A follow-up question emerged about increasing image height beyond the default 400px maximum in Media Grid
  • Solution requires either custom CSS or element modification
  • Developer requested the specific page URL to provide a tailored solution

The discussion remains open, awaiting the page URL to address the height limitation.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hi, In Prestige theme their is a section called muti-column , where you can insert image and text but not able to do what you like . If you insert this code in your multi-column section CSS

.snap-center {
  position: relative;
}
.prose {
  position: absolute;
  top: 50%;
  padding: 20px;
  background-color: aquamarine;
}

It will look like bellow image in store front.

I think you are looking for something like this. If you share your store URL and what you like, we can help you.
Thank you