Thank you! That worked. ![]()
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.