Gul2024
September 26, 2024, 1:20pm
1
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
.brand-slider .halo-row.brand-layout--infinite .halo-item {
width: 160px !important;
}
@media (max-width: 551px) {
main .brand-slider .brand-layout--infinite.sm-column-1 .halo-item {
width: 80vw !important;
}
}
namphan
September 26, 2024, 3:42pm
2
Hi @Gul2024 ,
You just need to change the parameter here, for example 50vw, it will display well:
1 Like
namphan
September 26, 2024, 4:12pm
4
Hi @Gul2024 ,
If you have any questions, you can contact me directly.
Nice to meet you
1 Like
Gul2024
September 26, 2024, 4:16pm
5
Sorry i was searching and it is relevant code
this code actual work perfect
@media (max-width: 551px) {
main .brand-slider .brand-layout--infinite.sm-column-1 .halo-item {
width: 130px !important;
}
}
1 Like
namphan
September 26, 2024, 4:21pm
6
Hi @Gul2024 ,
Yes, the parameter is just an example, so you can change it yourself