Shopify themes, liquid, logos, and UX
Hello everyone,
I would like to adjust the page width of my policies because it is so small in destop mode.
Can someone help me and tell me where I can adjust this in the code.
Many thanks in advance
Solved! Go to the solution
This is an accepted solution.
Oh, Sorry im thinking the footer policy. You mean the page width right of the policy.
Replace the code wqith tihs one.
.shopify-policy__container {
max-width: 50% !important;
}
And Save.
Result:
Note: You can adjust the sizes but better to use percentage % for respoinsive screen.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Yes, Replace with this one again. This code only shows on the dektop view not on mobile. The mobile will be the same before the changes.
@media only screen and (min-width: 749px){
.shopify-policy__container {
max-width: 50% !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
how can i give you anonymous access?
I only need the website in your store. If its unpublish then it will requireD a password. Its the store that where the clients/costumers can see. Thanks!
Its a password protect. This is where you can share the password.
Click the button and it will lead you the password.
You can share it here or share privately.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thanks for the info, check this one.
#shopify-section-sections--20131492331849__28fe7be8-f4a5-4cef-a711-24458f06870a footer {
display: flex;
justify-content: space-around;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
I have placed it in the asset folder "base.css" at the end of the file.
But unfortunately it does not take over the policies:
This is an accepted solution.
Oh, Sorry im thinking the footer policy. You mean the page width right of the policy.
Replace the code wqith tihs one.
.shopify-policy__container {
max-width: 50% !important;
}
And Save.
Result:
Note: You can adjust the sizes but better to use percentage % for respoinsive screen.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Perfect. That works great. But unfortunately the width also adjusts in mobile mode. There, however, everything should remain as it was before.
This is an accepted solution.
Yes, Replace with this one again. This code only shows on the dektop view not on mobile. The mobile will be the same before the changes.
@media only screen and (min-width: 749px){
.shopify-policy__container {
max-width: 50% !important;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024