Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1113857
Responsive Problem
Closed

Comments

  •  2
    zedancode started the conversation

    The footer of my website looks normal on my laptop but it does not show properly on my Ipad , the logo and footer areas dont show properly.



  •  7,280
    Oliver replied

    HI!

    There is only one way to fix this issue, you need to set another background for responsive. (Without edges )

    You can use following css for changing bg for any screen resolution:

    @media (max-width: 980px) {
    .responsive-bg .fullwidth-block .fullwidth-block-background {
        background-image: url(http://bvinews.com/armored/wp-content/uploads/2016/09/17-1.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    }
    @media (max-width: 768px) {
    .responsive-bg .fullwidth-block .fullwidth-block-background {
        background-image: url(http://bvinews.com/armored/wp-content/uploads/2016/09/17-1.jpg);
        background-position: center bottom;
        background-size: cover;
    }
    }

      

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver