Hello
How do I make a background image for another module in position bottom, similar to header1.
Thanks.
Oscar E wrote:Hi,
this guide may help: https://www.gavick.com/documentation/jo ... ss-suffix/
.parallax {
background-attachment: fixed;
background-clip: padding-box !important;
background-color: rgba(0, 0, 0, 0);
background-image: url("bg_parallax.jpg");
background-origin: padding-box;
background-position: center center;
background-repeat: no-repeat;
background-size: cover !important;
color: #ffffff;
padding: 90px 0;
}