I have a little problem: I set the image for an article (extended article). The image appears under the title, and if I look with browser, I see
.one-page-layout .bigtitle.has-bg {
background-size: cover!important;
height: 520px;
line-height: 560px;
margin: -55px 0 50px 0!important;
text-align: center;
}
The problem: when I look the picture in another smaller screen, the image disappears behind the sidebar.
I try to change the "cover" parameter with "contain" . Not good, because the image is repeated several times.
How can I change it, to make the picture completely responsive?
Thank you!
