Row image background wrong side
-
Hi!
A while ago I made this website
https://www.ns16.nl/And I've set the background image to the right side but somehow it moved it to the wrong side?
If I add a left background image it does show both next to each other the way they are set.
I've also checked without custom css and it remains on the wrong side.
Hope to hear if this is a fixable bug?
best,
Remco -
Hi!
A while ago I made this website
https://www.ns16.nl/And I've set the background image to the right side but somehow it moved it to the wrong side?
If I add a left background image it does show both next to each other the way they are set.
I've also checked without custom css and it remains on the wrong side.
Hope to hear if this is a fixable bug?
best,
Remco@Remco-van-Dun hey, I think it's a bug in the latest update. I've found a temporary solution if you use this code in your css:
.background-image img {
left: auto !important;
}Hopefully works for you as well! Cheers
-
@Remco-van-Dun hey, I think it's a bug in the latest update. I've found a temporary solution if you use this code in your css:
.background-image img {
left: auto !important;
}Hopefully works for you as well! Cheers
-
@Remco-van-Dun Glad I was able to help :)
-
fixed with the next update