Hi,
This should help you out Alex.
@media only screen and (max-width: 767px) {
.modal-body,
.modal.in .modal-content {
width: 100%;
max-width: 350px;
}
.modal-dialog, .modal.fade .modal-dialog {
-webkit-transform: translate(-65%,-65.4%)!important;
-moz-transform: translate(-65%,-65.4%)!important;
-ms-transform: translate(-65%,-65.4%)!important;
transform: translate(-65%,-65.4%)!important;
}
.spb_tabs .nav-tabs li a {
padding: 10px 0px;
text-align: left;
}
}
@media only screen and (max-width: 479px) {
.nav-tabs>li {
width: initial;
}
.spb_tabs .nav-tabs li {
margin-right: 15px;
}
}