How can I evenly space menu items in the footer?

I would like to add the equal space between these menu

1 Like

Hi,

Hope you know css and coding

For standard Shopify theme At “theme.scss.liquid” or “styles.scss.liquid” file

Add the following CSS code at the end of the file

.footer-menu-items li {
  display: inline-block;
  margin-right: 10px; /* Adjust the spacing value as desired */
}

.footer-menu-items li:last-child {
  margin-right: 0;
}

Save> Preview and Publish

Can you please advise me which folder i can find this file

This is Dawn theme

Assets

Hi @stopshopper ,

Would you midn to share your URL website? with password if its protected. Thanks!