[Dawn Theme] How reduce padding between "Featured Collection" sections?

Topic summary

A user wants to reduce the excessive padding around the counter/pagination element below Featured Collection sections on their homepage.

Solution Provided:

  • Add custom CSS to the theme.liquid file (above </head> tag)
  • Target the featured collection pagination with specific styling to minimize spacing
  • The original poster confirmed this solution worked successfully

Additional Suggestion:

  • Reduce slider button height further by adding CSS: .slider-button { height: 25px !important; } before </style>
  • This addresses additional padding within the navigation buttons themselves

Status: Resolved. The CSS customization successfully reduced the unwanted spacing between featured collection sections.

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

Thank you! That worked. :grin: