Shopify themes, liquid, logos, and UX
Hello Everyone!
Does anyone know how I can align the POLICIES LINKS on the right side of the screen, because now they are on the left side (in the Dawn theme). Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @MagdalenaBB Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.footer__content-bottom-wrapper {
flex-direction: row-reverse;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
This is an accepted solution.
Hi @MagdalenaBB Yes, please add this code in your theme.css/base.css/style.css file which is available in your theme.
ul.policies.list-unstyled {
position: absolute;
right: 30px;
}
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
This is an accepted solution.
hello @MagdalenaBB
Go to Online store -> Theme -> Edit code -> Find base.css file -> Paste below code at the bottom of the base.css file
.footer__copyright.caption {
display: flex;
justify-content: space-between;
width: 100%;
}
Hi @MagdalenaBB
Can you please provide your store URL and password as well if applicable, so that I can provide you solution that can work for your store.
Best regards
Sahil
- Your
This is an accepted solution.
Hi @MagdalenaBB Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.footer__content-bottom-wrapper {
flex-direction: row-reverse;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
It's AMAZING! But I would like to keep @2024 MAISON MAGDALENA on the left, and the policies on the right. It is possible?
Thank you a lot, @sahilsharma9515 !
This is an accepted solution.
Hi @MagdalenaBB Yes, please add this code in your theme.css/base.css/style.css file which is available in your theme.
ul.policies.list-unstyled {
position: absolute;
right: 30px;
}
Result:
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Best Regards
Sahil
- Your
This is an accepted solution.
hello @MagdalenaBB
Go to Online store -> Theme -> Edit code -> Find base.css file -> Paste below code at the bottom of the base.css file
.footer__copyright.caption {
display: flex;
justify-content: space-between;
width: 100%;
}
This is Noah from PageFly - Shopify Page Builder App
Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.footer__content-bottom-wrapper{
justify-content: flex-end !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @MagdalenaBB
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.footer__content-bottom-wrapper {
justify-content: flex-end !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025