Sidebar acting up on new iOS

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10883
    tsubasa_gaki
    Member

    Theme sidebar is looking funny on latest iOS iPad. It adds a background image or character to widgets when there’s not supposed to have. See image. How to fix that?

    url: naitsa.wpengine.com

    #10905
    Veena
    Moderator

    We will get back to you soon.

    #10920
    Raghavendra
    Moderator

    This is an issue with the theme which will get fixed with the upcoming update. For now, pls have the following custom CSS in theme options to resolve this. Thanks for bringing this to our attention –

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .widget li {
        background-image: none; }
      #footer .widget li {
        background-image: none; } }
    
    #10947
    tsubasa_gaki
    Member

    Awesome. Thank you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sidebar acting up on new iOS’ is closed to new replies.