Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #652665

    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

    #652915

    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

    #653020

    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

    #653142

    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

    #653151

    That works.

    Thanks as always

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer background image dimension’ is closed to new replies.