Shopify themes, liquid, logos, and UX
Hi everyone
I am currently using the bullet theme and I noticed something in another website completely unrelated to my industry that would be really great to implement. To ensure there is no confusion I have added photos, please help mimic the second and third images effect of a horizontal carousel style scrolling guarantee widget on mobile only rather than consecutive images you scroll through vertically.
Solved! Go to the solution
This is an accepted solution.
@DaveyAlcatraz, please add another code after the previous one.
All the code after changing will look like this
@media only screen and (max-width: 768px) {
.guarantee x-grid {
display: flex !important;
overflow: scroll !important;
}
.guarantee x-grid::-webkit-scrollbar {
display: none !important; /* Chrome, Safari and Opera */
}
.guarantee x-grid {
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
.guarantee x-grid picture {
min-width: 150px;
}
}
Result
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi @DaveyAlcatraz,
Step 1. Go to Admin -> Online store -> Theme > Edit code
Step 2. Find the file app.css
Step 3. Add this code at the end of file
@media only screen and (max-width: 768px) {
.guarantee x-grid {
display: flex!important;
overflow: scroll!important;
}
}
Result
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
If you don't want to show the scrollbar please change the code like this
@media only screen and (max-width: 768px) {
.guarantee x-grid {
display: flex !important;
overflow: scroll !important;
}
.guarantee x-grid::-webkit-scrollbar {
display: none !important; /* Chrome, Safari and Opera */
}
.guarantee x-grid {
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
}
Result
If it helps you, please like and mark it as the solution.
Best Regards
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hi,
i appreciate that a lot, do you have any idea why this would happen? i’d like each widget to be the same size, all of the files are 300 x 300 px
This is an accepted solution.
@DaveyAlcatraz, please add another code after the previous one.
All the code after changing will look like this
@media only screen and (max-width: 768px) {
.guarantee x-grid {
display: flex !important;
overflow: scroll !important;
}
.guarantee x-grid::-webkit-scrollbar {
display: none !important; /* Chrome, Safari and Opera */
}
.guarantee x-grid {
-ms-overflow-style: none !important; /* IE and Edge */
scrollbar-width: none !important; /* Firefox */
}
.guarantee x-grid picture {
min-width: 150px;
}
}
Result
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Thanks so much you are such a legend!!
It such my honor to help you bro 😍
If our suggestions are useful, please let us know by giving it a like, marking it as a solution.
BSS: B2B Wholesale Solution |BSS: B2B Portal, Quote, Net 30 | B: B2B Lock Password Protect
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024