Location grid responsive

Closed
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme March 19, 2020
Login to reply
Hugo Moreis
4 years ago

Thanks!

Kelly R Support Agent
4 years ago

Unfortunately, you can not do it.

Best Regards,

Hugo Moreis
4 years ago

Hi!

The theme options panel's css code field don't work it does not work for me, but I could solve it using the code in the style.css file of the child theme, so thanks!

one more question please:  can I disable the masonry effect in this section? So all the images would look the same size. It's possible?

Thanks again!

Kelly R Support Agent
4 years ago

Please use following code in theme options panel's css code field.

@media (max-width: 767px ) {
.destinations-masonry-grid .single-destination {
    width: 100% !important;
    height: auto !important;
}
}

http://prntscr.com/riwhut

Best Regards,

Hugo Moreis
4 years ago

Hi!

I'm using Modern Hotel Demo.

1-When I use the location grid tool, it doesn't look responsive on cell phone. Can I fix it?

Thanks!