I would like to move to the right the line where field values are aligned (the dashed line in the red oval in the 1st uploaded image) to get field values aligned like in the second uploaded image. How is it possible to achieve this? Here the URL of the page: http://www.inoltrepo.com/immo/index.php/appartements/appartements-hidden/54-appartement-bergholtz-vallee-noble
Hi 1omegazip
Try this custom CSS:
.item-property .fields-container > .field-entry .field-label { min-width: 205px !important; }
Perfect saguaros ! Thank you!!!