Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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.



  •  6,930
    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