How can I do to set ROUNDED CORNER OF THIS IMAGES (the two column images) side by side
http://www.peninsulapetithotel.com.ar/web/index.php/habitaciones/
Hey carmycurly!
Add this to your custom CSS.
.avia_image, .avia_image * {
border-radius: 10px !important;
}
Cheers!
Elliott