Hi Team,
I saw a tutorial of yours to make responsive parts of text of my site via css.
I edited what was written:
@media (max-widht: 480px) {
$el .x-bg-layer-lower-image{
background-size: 300% !important;
background-position-x: 43% !important;
}
}
but it doesn’t work. Where am I going wrong?
Thank you,
Massimo