Shopify themes, liquid, logos, and UX
I have tried added padding, margin but nothing works. Anyone can help me fix this?
Hi @xoi28
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
It is in https://sommerholic.com/
Password: xoi28
The issue seems to appears depends on device...
Thank you
Thanks for the info, check this one.
.button:after, .shopify-challenge__button:after, .customer button:after, .shopify-payment-button__button--unbranded:after {
border: var(--buttons-border-offset)!important;
}
.quick-add__submit {
--buttons-border-offset: .8px;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @XOI
You can use below code to increase the space.
.grid {
column-gap: 24px;
}
.grid-solution {
max-width: calc(50% - 12px);
}
But this is not good solution.
There will be an option for space in the theme settings page.
Thanks
the increasing column gap seems to distort the organization in some window width. And the issue seems to persist with the last row of collection list... But I do appreciate your support!
Did you use both code for increasing column gaps?
column-gap size must be twice by max-width size like below code
.grid {
column-gap: 36px;
}
.grid-solution {
max-width: calc(50% - 18px);
}
Yes just changed according to what you said. Each column now only has 2 products instead of 3 and part of the button still disappears...
Or you can use below code
--grid-desktop-horizontal-spacing: 16px!important;
--grid-mobile-horizontal-spacing: 8px!important;
The error appears saying that --grid-desktio-horizontal-spacing seems to be not used in this section. I tried adding the code to the custom css section.
.grid {
--grid-desktop-horizontal-spacing: 16px;
--grid-mobile-horizontal-spacing: 8px;
}
Could you try with this code please?
It solves issue when using Chrome but the issue persists if I use either Safari or tablet to access.
Or you can customize the space here
I tried different combinations. Still no luck for safari and tablet view.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024