mfrostuk wrote:either on my quickstart server or your own demo:
https://demo.gavick.com/joomla3/hotel/? ... 098=1#formParts of your layout seem to drift off the left side of the screen at the bottom of each returned result. I've talked to solidres and they say it is something to do with the template. Can you help? Or tell me how I might fix this? Not sure how to search for a solution to this.
I also had this problem, and was able to fix it by updating the following in the custom.css of the template:
(Editing file "/css/override.css" in template "gk_hotel".)
.reservation_asset_item .main-photo {
margin: 75px 0 0 0px !important;
}
.reservation_asset_item .main-photo img {
max-width: 740px !important;
}
.alert {
margin-left: 0px !important;
}
#solidres .button-row {
margin: 32px 0 0 0px !important;
}