Shopify themes, liquid, logos, and UX
To align the "Contact" header and its links to the left, you can add some custom CSS to your theme. In your Shopify admin, go to "Online Store," then "Themes," and click "Edit code." Find your CSS file
.footer .footer-title, .footer .footer-links {
text-align: left;
}
If this fixed your issue, likes and accepting as a solution are highly appreciated
| Build an online presence with our custom-built Shopify Theme: EcomifyTheme
| Check out our reviews: Trustpilot Reviews
| We are Shopify Partners: EcomGraduates Shopify Partner
Hello @Sven070
Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> section-footer.css
add this code at the end of the file.
.footer-block:only-child:last-child {
margin: 0px -25px;
}
.footer-block__heading {
margin-left: -35px;
}
and the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
HI @Sven070
You can use bello code for achive your result
Go to online store >edit code> section-footer.css and past bello code
.footer .footer-title, .footer .footer-links {
text-align: left !important;
}
Result :::
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025