Hi, I am currently using SUPPLY theme and am looking for instructions on how to center the following on my pages:
-
Navigation menu
-
Footer text
I have tried several codes listed on the Shopify help pages and cannot get this to work
Hi, I am currently using SUPPLY theme and am looking for instructions on how to center the following on my pages:
Navigation menu
Footer text
I have tried several codes listed on the Shopify help pages and cannot get this to work
The menu is already in the center.
can you share the screenshot for the footer text? which text do you want to be in center?
Hello @nicarter27
Paste below code at the bottom of theme.scss file.
ul.social-icons {
text-align: center;
margin-top: 18px;
}
.site-footer ul.legal-links.inline-list {
text-align: center !important;
}
.site-footer .grid, .site-footer .grid--rev, .site-footer .grid--full {
flex-direction: column;
align-items: center;
}