Hello,
My slider image is 2200 x 700px. But in my computer it goes right, at the others and tablets the image is too big and to the right side..
http://gyazo.com/212a835ee216543c72a6b0dd61b74e87
.gk-is-wrapper-gk-storefront .gk-is-slide {
background-size: contain;
left: 50%;
margin-left: -640px;
}
@media (max-width: 1270px) {
.gk-is-wrapper-gk-storefront .gk-is-slide {
background-size: contain;
position: static;
margin-left: 0;
width: 100%!important;
max-width: 100%;
}
}
@media (max-width: 1040px) {
.gk-is-wrapper-gk-storefront .gk-is-slide {
background-size: cover;
}
}
.gk-is-wrapper-gk-storefront {
margin-top: 44px;
}