Hi @lpuerto,
You can use some custom CSS to reduce that indentation.
To add custom CSS, firstly navigate to Appearance > Customize in your site’s /wp-admin area then select the Additional CSS tab. From there, copy/paste the following snippet:
.expanding-archive-month-results {
padding-left: 15px;
}
Increase/decrease the value of padding-left to further increase/decrease the indentation.
Let me know if that helps out or if you have any further questions. 🙂
Perfect. 🎉 You know where to find us if you have extra questions too.