How to small the brand slider image in mobile view using ella theme.

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

Hi @Gul2024 ,

You just need to change the parameter here, for example 50vw, it will display well:

1 Like

thank you it works

Hi @Gul2024 ,

If you have any questions, you can contact me directly.

Nice to meet you :blush:

1 Like

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

Hi @Gul2024 ,

Yes, the parameter is just an example, so you can change it yourself