Home › Forums › Theme support › Tripsters Theme on iPhone › Reply To: Tripsters Theme on iPhone
1. Ok, perfect!
2. The icons are below the carousel, you can take a look at our demo website, there you can see it.
For the boxes you can add this CSS code to your style.css (at the end), it should solve the problem:
@media only screen and (max-width: 768px) {
.maincontent .owl-wrapper-outer {
margin-top: 40px;
}
}