Log in

View Full Version : Footer Background image


Judith2
02-27-2018, 08:55 PM
Hi,

how can I get the footer background image in the center of the side?

tx
Judith

Mattwhf
04-14-2018, 09:57 AM
Hi,

how can I get the footer background image in the center of the side?


tx
Judith

Add a footer class like this and assign it into the DIV which your footer is using

.footerclass {
background-image: url('your_footer_background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}

Hope it helps!

Judith2
04-18-2018, 08:29 PM
Thanks a lot!

Mattwhf
04-21-2018, 10:37 AM
Thanks a lot!

You are welcome! :)