another problem has come up, once I deleted and regenerated the source files.
The background image is no longer coming up.
I have created a new css file with this code in it,
.backgroundImg {
Code: Select all
background-position: top center;
background-repeat: no-repeat;
background-image: url('files/views/assets/image/eatyourgreens_bg.jpg');
background-size: cover!important; }
All the mobilecontainers' class have been renamed to backgroundImg.
It was working fine before, but its not anymore ![]()