Listing attributes and images

Hi: first question: in the ad presentation I have 4 attributes which are on 4 lines on the mobile version and I would like to have 2 attributes per line like on the pc mode, then 2nd question, how can I scroll the photos on the ads page (like airbnb) without the need to click and enter the ad, it allows a better user experience without loading the ad and returning to the ads page each time…
Thank you very much

  1. Please try this CSS snippet, but please note that it can require further customization
@media screen and (max-width: 47.99em){
	.hp-template--listing-view-page .hp-listing__attributes--secondary .hp-row > div{
	-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}	
}
  1. Unfortunately, there is no such feature, but thanks for your suggestion. We’ll consider adding this feature.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.