Hey there, at first it wasn’t responsive. I found the code below and it becames responsive, I thought it would be more like the image below it. What do I need to add to the code to make it more like the image below it?
@media only screen and (max-width: 759px){
.template-index .background-size-cover{
background-size: contain;
background-position: center center;
max-height: 100%;
max-width: 100%;
background-repeat: no-repeat;
}
}
Thank you so much. I really appreciate it. it did help the situation but if there a way to fit the whole picture into that space. if you go on www.neweracap.com and look at desktop and mobile. you’ll see that the whole was fits in to the mobile app and not just the left section. how to do that?
Ok now it did work on the mobile but when I went back to the computer, it didn’t have any images showing on the site. I need it to work on the desktop and mobile simultaneously.