Shopify themes, liquid, logos, and UX
Hi @Luxurymrkt
Currently, it can only be centered if the menu is displayed as a list. Is that okay with you?
Looking forward to hearing from you soon. Thank you!
Best,
Daisy - Avada Support Team.
Hi, @Luxurymrkt
What kind of centering effect do you want?
Or like this
Hi Luxurymrkt
- You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
ul.footer-block__details-content.list-unstyled {
text-align: center !important;
}
Result:
Best,
LizHoang
Hi @Luxurymrkt
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<stle>
ul.footer-block__details-content.list-unstyled {
text-align: left !important;
}
</style>
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025