HomePage › Forums › Traveler › Text Formatting › Reply To: Text Formatting
Hello
You can try this css code to do it:
.home .list_tours .booking-list>li .booking-item.booking-item-small>.row .col-xs-4:nth-child(3) { display: none;}
.home .list_tours .booking-list>li .booking-item.booking-item-small>.row .col-xs-4:nth-child(2) { width: 65%;}
Thanks