Shopify themes, liquid, logos, and UX
Hi ,
I recently working on brand slider using ella theme the issue is solved in Laptop view but not check in mobile view now check in mobile view the images are large. Is their another code is required for it?
Thank you
Mobile view
I already use these code
<style>
.brand-slider .halo-row.brand-layout--infinite .halo-item {
width: 160px !important;
}
</style>
<style>
@media (max-width: 551px) {
main .brand-slider .brand-layout--infinite.sm-column-1 .halo-item {
width: 80vw !important;
}
}
</style>
Solved! Go to the solution
This is an accepted solution.
Sorry i was searching and it is relevant code
this code actual work perfect
<style>
@media (max-width: 551px) {
main .brand-slider .brand-layout--infinite.sm-column-1 .halo-item {
width: 130px !important;
}
}
</style>
Hi @Gul2024,
You just need to change the parameter here, for example 50vw, it will display well:
thank you it works
Hi @Gul2024,
If you have any questions, you can contact me directly.
Nice to meet you 😊
This is an accepted solution.
Sorry i was searching and it is relevant code
this code actual work perfect
<style>
@media (max-width: 551px) {
main .brand-slider .brand-layout--infinite.sm-column-1 .halo-item {
width: 130px !important;
}
}
</style>
Hi @Gul2024,
Yes, the parameter is just an example, so you can change it yourself
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