Shopify themes, liquid, logos, and UX
Hello everyone. I hope everyone is doing well.
So I'm using the prestige theme and in footer, there is the unequal gap for the 1st column. Would anyone be able to help me fix this? Screenshot attached. Codes can also be provided. Any help would be greatly appreciated
Store URL: https://jewelrybyashira.com/
Solved! Go to the solution
This is an accepted solution.
Hello @Digital_Imran
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>
@media screen and (min-width: 700px) {
.footer__block--text {
max-width: 14rem !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @Digital_Imran ,
To fix the issue of the unequal gap in the first column of the footer in the Prestige theme just add following code to your theme.liquid file:
.footer__block--text {
max-width: fit-content;
}
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
This is an accepted solution.
Hello @Digital_Imran
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>
@media screen and (min-width: 700px) {
.footer__block--text {
max-width: 14rem !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you so much @niraj_patel It works 😄
This is an accepted solution.
Hi @Digital_Imran ,
To fix the issue of the unequal gap in the first column of the footer in the Prestige theme just add following code to your theme.liquid file:
.footer__block--text {
max-width: fit-content;
}
If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!
Regards,
Sweans
Thank you so much @Sweans . Let me try 😄
Learn 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, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025