Shopify themes, liquid, logos, and UX
Hi,
I am currently having 'trade' theme where I am facing issue with the space of Footer menus.
I want spacing be reduced in between menu columns and keep 4 columns(menu) instead of 3 in one row.
PFA
Please help me with solution.
URL - https://734bb6-cf.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
Hey @SiliconValley
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.grid--3-col-tablet .grid__item {
width: calc(20.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hello @SiliconValley
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: 768px) {
.grid--3-col-tablet .grid__item {
width: calc(21.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !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.
Hello @SiliconValley
Go to online store ---------> themes --------------> actions ------> edit code------->base.css---line number 936
search this code and delete.
@media screen and (min-width: 750px) {
.grid--3-col-tablet .grid__item {
width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
}
the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
This is an accepted solution.
Hey @SiliconValley
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (min-width: 768px) {
.grid--3-col-tablet .grid__item {
width: calc(20.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !important;
}
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
This is an accepted solution.
Hello @SiliconValley
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: 768px) {
.grid--3-col-tablet .grid__item {
width: calc(21.33% - var(--grid-desktop-horizontal-spacing)* 2 / 3) !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.
Hello @SiliconValley
Go to online store ---------> themes --------------> actions ------> edit code------->base.css---line number 936
search this code and delete.
@media screen and (min-width: 750px) {
.grid--3-col-tablet .grid__item {
width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
}
}
the result will be
If this was helpful, hit the like button and mark the job as completed.
Thanks
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025