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
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