Musico installation

Hey there

May i see it? please provide URL of that page and I will check

Regards

https://m1ch4l.sk/about.html

It’s the same on the MacBook Pro… First load… after reload is site shown normal…

Hey there

I can’t replicate the problem however you can try this CSS code, it should fix your problem:

.gallery_area .single-gallery {
    min-height: 360px;
}

Regards

I put a suggested fix in the style.css file…

BEFORE:
.gallery_area .single-gallery {
overflow: hidden;
position: relative;
}

AFTER:
.gallery_area .single-gallery {
min-height: 360px;
overflow: hidden;
position: relative;
}

Problem remained. On the iPad, (iPhone 7) I open site www.m1ch4l.sk, then click to go to the About section… The pictures are on top of each other…

Hey there

From what I see It’s fixed on my side, can you please clear the cache?

Regards