Hi, how can I make the images take the full width of the column on mobile as they do on Desktop?
I can’t use this code:
@media only screen and (max-width: 449px) {
.avia-image-container.avia-align-center .avia-image-container-inner {
width: 123.4% !important;
max-width: 130%;
left: 11.6%;
}
}
Because that messes up with the alignment of other things on other pages.
Hey DROR,
I do not see what alignment is broken by this code, can you please attach a screenshot?
You can add the page id class as below and the code will affect only this page:
@media only screen and (max-width: 449px) {
.page-id-18798 .avia-image-container.avia-align-center .avia-image-container-inner {
width: 123.4% !important;
max-width: 130%;
left: 11.6%;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks!
Hi bakbek,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria