Comments 2zedancode started the conversationMarch 27, 2017 at 10:11amThe 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,092Oliver repliedMarch 27, 2017 at 3:06pmHI!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 Sign in to reply ...
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.
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:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver