I want to make rich text in 3 or 4 columns in Dawn theme

Topic summary

Goal: display a list of city names in 3–4 columns within the Dawn theme’s rich text section.

Key actions and guidance:

  • Store URL requested and provided to diagnose layout.
  • Instruction given to add custom code in theme.liquid (the main layout file) above the tag to achieve multi-column layout. However, the exact code snippet is not visible in the post; a result screenshot suggests columns were achieved.
  • The store owner removed extra spaces between city names, improving the layout appearance (per screenshot).
  • Additional refinement suggested by editing Assets > base.css (the theme stylesheet) to remove top padding for the specific section via a CSS rule targeting that section’s class.

Notes on materials:

  • Screenshots are central to understanding the before/after layout.
  • A key code block appears missing from the thread, which may be necessary to replicate the solution.

Status:

  • No explicit confirmation of final resolution. The likely solution combines adding custom code to theme.liquid and minor CSS adjustments in base.css. The discussion appears open pending confirmation.
Summarized with AI on January 20. AI used: gpt-5.

Hey @erasmushoodies

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed