Dawn theme | Blog page | Mobile | Fixing the spacing on the blog tags

Hi Shopify community!

Any idea on how I can fix the spacing on these tags while on Mobile?

store: https://fertile-ground.co/blogs/news

Pass: Seogle_1

Any help would be appreciated!

Thank you!

Hi @parallelism23

You can solve it by adding this CSS code at the bottom of your base.css file

.blog-filters-wrapper ul li {
margin-bottom: 10px;
}

Thanks @Dan-From-Ryviu !

and I also found out the reason why I was not able to adjust the spacing at first it was because I was putting the code in the base.css file when I declared a custom.css file to be prioritized. :sweat_smile:

Awesome and welcome.