How do I center Quick Links at the bottom of my Supply theme website?

Hi! I am VERY new to creating my website. I was able to change quick links at the bottom of my page to horizontal using a code I found in the community board below. Can someone give me very clear, simple directions to make the links and Label Quick Links centered at the bottom? Thanks so much!

.site-footer li {
  display:inline-block;
  padding-right:15px;
}

hello @GRASPhopper

can you please share your site URL and if any password then please share your password

1 Like

@GRASPhopper try to add text-align: center; for that css

.site-footer li {

  display:inline-block;

  padding-right:15px;

text-align: center;
}

Thanks for your quick reply. Unfortunately that did not seem to work =(