Re: Need to left justify text in footer menu. Dawn V11.

Need to left justify text in footer menu. Dawn V11.

daved1234
Explorer
63 6 15

Need to left justify text in footer menu. Dawn V11.

daved1234_0-1691944235938.png

Want it to look like this:

daved1234_1-1691944284948.png

 

Replies 4 (4)

Artzen_tech
Shopify Partner
552 113 112
Hello @daved1234 

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

 

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
daved1234
Explorer
63 6 15

Here it is. Thank you!

My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup

BSS-Commerce
Shopify Partner
3477 463 535

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

 

view - 2023-08-18T155313.994.png

 

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

 

view - 2023-08-18T155432.262.png

You can do the following:

 

Step 1:

view - 2023-08-18T161248.672.png

 

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


BSS Commerce - Full-service eCommerce Agency
daved1234
Explorer
63 6 15

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.

daved1234_0-1692538681055.png

 

What I'm looking for is:

daved1234_1-1692538745501.png