Adrian Martinez
asked 11 years ago

Hi, a white bar keeps appearing at the bottom of my off canvas navigation. It only appears on my iPhone though. Any idea what this could be? My website is adrianlinks.com

Thanks!

Adrian

3 Answers
DominicStaff
answered 11 years ago

when viewing the site on iPhone. the left menu on your web page will be displayed as what you saw on your IPhone.

see the screenshot: http://imgur.com/AQQPH7x

Also, if you want to remove it , i can help you do it.

Hope this helps !

Regards,
Dominic

Adrian Martinez
answered 11 years ago

Hi Dominic,

Thanks for the info. The White bar I was referring to was on the off canvas navigation. You can get a better idea from this pic : http://adrianlinks.com/wp-content/uploads/2013/07/photo.png

Thanks

Adrian

DominicStaff
answered 11 years ago

To resolve this problem, you can log in to Dashboard > Theme > Customize > add the following code in the “Header script”

 
<style>
@media(max-width: 979px) {
  #page {
    background: #333;
  }
}
</style>

Hope this helps !
Regards,
Dominic

Adrian Martinez
replied 11 years ago

Thanks!

Powered by DW Question & Answer Pro