• Hey everyone, just updated the new cover theme, I only changed the colors yet, but I noticed how on a mobile phone, the preloader image overlaps the entire content even after loading.
    I remember I had this issue before. But I did not find a solution yet.
    I can see the site but only on a rim below the preloader image.

    I checked if it was possible to change the entire loader or so but that had no effect. Also I took different colors for the loader and the mobile theme still sticks to the old colors.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    Preloader needed to have a wrapper with a background color so that it covers entire webpage. After all the images are loaded only then the Preloader disappears, so that you could use the below CSS in the Additional CSS of the theme Customizer so that their won’t be any issue.

    #loader-wrapper {background: #f1f1f1;z-index: 99999999;}

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Preloader overlaps mobile theme’ is closed to new replies.