Showing 1 – 1 of 1 replies
Fabrizio

In the home page version […]

Fabrizio PURCHASED
9 years ago
Hi,
in the home page version index-image.html the background image bg4.jpg is repeated on smartphone.
As I do not have for this?
pixelized
pixelized SELLER
8 years ago
Open custom.css and append this on the end of the file:

@media (max-width:991px) {
.jumbotron5 {
background-size:auto;
}
}