Re: How do i align the footer header and quick links

How do i align the footer header and quick links

Sven070
Visitor
1 0 0

IMG_9901.png

How do i make sure the header (where is says “contact” and links below it, all align to the left side like the text section above it. tried a few css but none work..

Replies 3 (3)

EcomGraduates
Shopify Partner
735 63 105

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




GTLOfficial
Shopify Partner
554 118 109

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
7.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh

BrainStation23
Shopify Partner
406 60 58

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 :::

Screenshot 2024-07-16 152819.png

 

 

Brain Station 23 PLC (Mail: [email protected])
- Was your question answered? Mark it as an Accepted Solution
- Did the solution not address your concern? We kindly request that share or mail your store URL with us this will enable us to collaborate more closely.
- Explore our Shopify public apps