Hi
Try add this code to override.css:
- Code: Select all
@media only screen and (max-width:810px) {
#sbox-window.shadow {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
left: 2.5% !important;
max-width: 90% !important;
padding: 2.5%;
width: 90% !important;
}
#sbox-window #sbox-content {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#sbox-window #sbox-content iframe,
#sbox-window #sbox-content object,
#sbox-window #sbox-content embed,
#sbox-window #sbox-content img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
show me the site when You will add this code to it.