Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Need to left justify text in footer menu. Dawn V11.
Want it to look like this:
Its Artzen Technologies! We will be happy to help you today.
Can you send me your store URL
Let me know if need further assistance
Regards,
Artzen Technologies
Hi @daved1234 ,
Due to the structure of the theme code, you can see that if you push the text to the left, it will only push like in the picture
Since it can't interfere with your theme code, this is the way I think makes the most sense if you want to push the text to the left
You can do the following:
Step 1:
Step 2: Find the base.css file or theme.css and copy this code at the end of the file:
.footer__blocks-wrapper .footer-block:nth-child(2) .footer-block__heading, .footer__blocks-wrapper .footer-block:nth-child(2) .footer-block__details-content{ text-align:left !important }
Hope it works @daved1234 !
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
It works but then shifts the whole Quick Links menu/column to the left and does not look good regarding equal placement of the three columns.
What I'm looking for is:
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024