HomePage › Forums › Traveler › Hotel Search Result › Reply To: Hotel Search Result
Hello
1. Our document will show you the way to get that software.
2. I have changed it for you.
.home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
float: right;
margin-top: -72px;
}
@media (min-width: 992px) and (max-width: 1199px){
.home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
float: right;
margin-top: -100px;
}
}
@media (max-width: 768px){
.home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
float: right;
margin-top: -60px;
}
}
Please check again.
Thanks