Home › Forums › All Other Themes › Hotel Booking Problem Secition Rooms Problem
- This topic has 3 replies, 2 voices, and was last updated 3 years, 4 months ago by
Forum Moderator.
-
AuthorPosts
-
January 29, 2020 at 9:48 am #143981
Hi i have problems noww other time but now only at table mode…. you can se the slider and the rooms…
https://www.casavicenta.es/
https://www.casavicenta.es/login
user:test
pass:testi want see in two colums…
https://imgur.com/peUlNdOslider
https://imgur.com/CXMjXyjthanks!
Regards CarlosJanuary 30, 2020 at 4:58 am #144098Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (min-width:480px) and (max-width:767px) { .bx-wrapper { max-width:inherit !important;} .ourroomsslider { width:100% !important;} .ourroomsslider li { width:46% !important; margin-right:15px !important;} .ourroomsslider .clear { display: none !important;} } @media screen and (min-width:768px) and (max-width:1023px) { .slidebtn { width:auto !important;} }
Regards,
DaveJanuary 30, 2020 at 8:15 am #144125Hi thanks so much
but the rooms at ipad dont see good…….
https://imgur.com/OHIdn6dthanks!
Regards
CarlosJanuary 30, 2020 at 9:31 am #144129Hi,
Remove CSS:
@media screen and (min-width:480px) and (max-width:767px) {
.bx-wrapper { max-width:inherit !important;}
.ourroomsslider { width:100% !important;}
.ourroomsslider li { width:46% !important; margin-right:15px !important;}
.ourroomsslider .clear { display: none !important;}
}@media screen and (min-width:768px) and (max-width:1023px) {
.slidebtn { width:auto !important;}
}And This New CSS:
@media screen and (min-width:480px) and (max-width:1023px) {
.bx-wrapper { max-width:inherit !important;}
.ourroomsslider { width:100% !important;}
.ourroomsslider li { width:46% !important; margin-right:15px !important;}
.ourroomsslider .clear { display: none !important;}
}@media screen and (min-width:768px) and (max-width:1023px) {
.slidebtn { width:auto !important;}
}Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.