Help re-arrange the pattern of blogs

Topic summary

A user wants to modify their Shopify store’s homepage so the “Event” section starts displaying from the second item by default, with horizontal scrolling enabled for customers.

Proposed Solution:

  • Access the theme code editor (Online Store > Themes > Edit code)
  • Locate the event section file (likely event-section.liquid)
  • Modify the carousel/slideshow initialization code
  • Add or adjust a JavaScript setting like startPosition: 1 to begin at the second item
  • Save and test the changes

The response notes that implementation details may vary depending on the specific theme being used.

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

Hi I would like in my main page the “event” section to start from the second on like this

To be default so customers can scroll left and right .. thank you in advance

Hi @MT27

To make the “Event” section on your Shopify homepage start from the second item by default with left-right scrolling, follow these steps:

  1. Go to Online Store > Themes and select Edit code.
  2. Open the section file responsible for the “Event” section (often named event-section.liquid).
  3. Locate the code initializing the event carousel or slideshow.
  4. Add a setting or modify the JavaScript to start from the second item. For example:

startPosition: 1 // Sets the starting position to the second item

  1. Save changes and refresh to test.

This may vary by theme, so adjust as necessary.

If you have other questions, I am willing to answer them more.

Best regards,

Daisy