Center copyright footer text

Solved

Center copyright footer text

visualess
Excursionist
33 0 6

Hi!

 

I can't seem to be able to center the copyright footer text. I would also like to get rid of the first '•' in front of privacy policy, does anybody know how to do this?

 

TIA!

 

Website: https://curlyby-n.myshopify.com/ 

Screenshot 2024-09-03 at 21.51.17.png

Accepted Solutions (2)
namphan
Shopify Partner
1081 133 167

This is an accepted solution.

Hi @visualess,

Please change code here:

Screenshot.png

Code:

.policies li:before {
    content: "" !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com

View solution in original post

Made4uo-Ribe
Shopify Partner
7703 1860 2276

This is an accepted solution.

Nope, you dont need to some code that I provide didnt work. Reaplce on this one. 

 

@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: center !important;
}
.footer__content-bottom-wrapper.page-width {
    justify-content: center;
}
}
.policies li:before {
    content: '' !important;    
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.

View solution in original post

Replies 8 (8)

Made4uo-Ribe
Shopify Partner
7703 1860 2276

Hi @visualess 

Password protected. 

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
visualess
Excursionist
33 0 6

sorry 

 

password: visualess

Made4uo-Ribe
Shopify Partner
7703 1860 2276

Thanks for the info, check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: center !important;
}
.footer__content-bottom-wrapper.page-width {
    justify-content: center;
}
}
.policies li:before {
    content: '';    
}

 

And Save. 

Result:

Made4uoRibe_0-1725398109687.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
visualess
Excursionist
33 0 6

Thanks so much!! It centered it perfectly, but mine is still showing the bullet spacer before privacy policy. Do I have to change something in the footer liquid?

namphan
Shopify Partner
1081 133 167

This is an accepted solution.

Hi @visualess,

Please change code here:

Screenshot.png

Code:

.policies li:before {
    content: "" !important;
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com
Made4uo-Ribe
Shopify Partner
7703 1860 2276

This is an accepted solution.

Nope, you dont need to some code that I provide didnt work. Reaplce on this one. 

 

@media screen and (min-width: 750px) {
.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: center !important;
}
.footer__content-bottom-wrapper.page-width {
    justify-content: center;
}
}
.policies li:before {
    content: '' !important;    
}

 

And Save. 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue Likes and Accept as Solution is highly appreciated. Coffee tips fuels my dedication.
Get EXPERIENCED Shopify developers at affordable rates—visit Made4Uo.com for quick quote!
Do not lost your Shopify store! Get FREE trial with ✔️ Rewind Backup: Automatic, reliable, stress-free.
Need THEME UPDATES but has custom codes? No worries, contact us for affordable price.
visualess
Excursionist
33 0 6

Worked perfectly thank you!

namphan
Shopify Partner
1081 133 167

Hi @visualess,

If you have any questions, you can contact me directly.
Nice to meet you 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? namphan992@gmail.com