Replies: 0
Just to let you know that your css line in frontend.css (line 514) breaks all bootstrap page on ipads.
@media only screen and (max-width: 768px), (max-device-width: 768px) {
.row [class*="col-md-"] {
width: 100%;
margin: 0;
}
}
I manually commented this section, but you need to fix this in next versions