Shopify themes, liquid, logos, and UX
Hello,
We are currently using the Taste Theme and we are facing an issue with setting the footer presentation.
The title and the text of the right block is currently aligned on the left but we would like to have it aligned on the right.
How can we do it?
Here is a screenshot of how it looks right now.
Thank you very much,
Luca.
Website: www.wegan.eu
Solved! Go to the solution
This is an accepted solution.
Hi @Wegan
Follow this
1. Go to Online Store->Theme->Edit code
2. Asset->base.css-> paste bellow code in bottom of file
.footer__blocks-wrapper >.footer-block:last-child{text-align: right;}
Best regard
Hello,
Add this CSS code
Online Store > Themes > Edit code > Assets > custom.css
.footer-block:last-child { text-align: right; }
This is an accepted solution.
Hi @Wegan
Follow this
1. Go to Online Store->Theme->Edit code
2. Asset->base.css-> paste bellow code in bottom of file
.footer__blocks-wrapper >.footer-block:last-child{text-align: right;}
Best regard
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.footer__blocks-wrapper>.footer-block:last-child, .footer-block.grid__item:first-child {
text-align: center !important;
}
.footer-block__details-content .list-menu__item--link {justify-content: center !important;}
}
can you this code on mobile bcz current look doesn't match your theme
User | RANK |
---|---|
72 | |
64 | |
53 | |
52 | |
42 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023