Problem in Mobile View with overlay

A professionally designed template for photographers and architects
GK User
Tue Mar 10, 2015 6:02 pm
Hi,

we have a Problem with Photo Template, if we open the Page in Mobile Phones.

On this Page: http://guldenstern.werbeagentur-smile.de/werke the Image Modal Popup open with wrong sizes.

How can I fix the Problem?

Thanks
User avatar
Fresh Boarder

teitbite
Sat Mar 14, 2015 10:48 am
Hi

Add this to mobile.css

Code: Select all
#sbox-window, #sbox-window iframe {
    left: 3% !important;
    max-width: 90% !important;
    padding: 2%;
    width: 100% !important;
    height: auto !important;
}

.sbox-content-image img {
    height: auto !important;
}
User avatar
Moderator


cron