- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Hotel Booking Problem Secition Rooms Problem
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:test
i want see in two colums…
https://imgur.com/peUlNdO
slider
https://imgur.com/CXMjXyj
thanks!
Regards Carlos
Hi,
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,
Dave
Hi thanks so much
but the rooms at ipad dont see good…….
https://imgur.com/OHIdn6d
thanks!
Regards
Carlos
Hi,
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
TYPO3 to WordPress Migration If you want to migrate your website from TYPO3 to WordPress, here are the full-fledged solutions. Though the migration process can […]
Umbraco to WordPress Migration A content management system is important for any small to big business. It helps to make your digital platform strong and […]
In the event that you have both a WordPress site and a YouTube channel, you should need to incorporate these stages. One route is by […]