Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Sports Club Pro – Footer Background Image stretched on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37474
    Leon Schmidt
    Participant

    Hello,

    i have trouble with my footer background image when viewed on mobile. The image is stretched.
    See the footer on this page for example: http://tc-blau-weiss-bonn.de/

    Is there a way to display a different background image when displayed on mobile?
    If not, do you have an idea for a workaround?

    Many thanks,
    Leon

    #37477
    Grace Support
    Keymaster

    Hi,

    The background image is not fully displayed responsive to mobile devices.

    Please add below css code in Appearance -> Theme Options -> Basic Settings -> Custom CSS

    @media screen and (max-width:767px) {
    #footer-wrapper { background-size: cover !important; }
    }
    

    Regards
    Grace Themes

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.