Tagged: Footer background image
Can you take a look at my site footer area and recommend a dimension for the footer background image?
My current image is 1500×1300 and does not look good
Thanks as always
Hey navindesigns,
Do you want the entire image to show in the background of the footer? The dimensions also depend on the height of the footer. 1500px in width should be good enough but the height is being cut off in the footer.
Let me know exactly how you want the image to be displayed.
Best regards,
Jordan
I updated the image and used this instead
http://1c5.964.myftpupload.com/wp-content/uploads/2016/06/footer-2.jpg
Please take a look my site now – http://1c5.964.myftpupload.com/
I made it the same height as the footer
I think on desktop it looks good but now on mobile, its repeating and does not look good. Any advice? Can I use a different image on mobile?
Please advise
Hi,
Yes for mobile you could try:
@media screen and (max-width: 767px) {
.footer_color {
background: #93a080 url(//yourimage.jpg) center center;
}
}
Just change the image URL. Let me know how it goes.
Best regards,
Jordan
That works.
Thanks as always