Hello, I am new to GavickPro and coding. I am trying to develop a website using the Events template. I have turned off the logo because the client just wants a large graphic with all the conference info (including their logo) at the top of the page.
I have figured out how to change the background image to a placeholder image, turn off the captions and remove the video link. I added some padding in the header and removed some padding in the module below. This is the code I have used in my custom CSS
.frontpage #gkTop1, .frontpage #gkTop2 {
padding: 0px 0 50px;
}
#gkHeaderMod > div > div {
clear: both;
padding: 400px 0 40px 0;
}
I am happy with this but then noticed that the background image is not responsive and will not display properly on tablets and phones.
How do I make this and the other 2 parallax images resize for other devices?
Regards