PS hide Sorted-by/Filter Mobile/tablet

by mtenschert

HTML

<a href="" type="button" class="btn btn-default" ng-click="goBack();">
                <i class="fa fa-reply"></i>
            </a>

CSS

#sortId {
  display: none;
}

#filterId {
  display: none;
}

.towns-content {
  padding: 0.5em 0px;
}