One column /vertical attributes listing page

Hello
First thank you for this awesome theme. I m still experimenting the free version and was wondering if there is a way the attributes to be listed vertically in the listing page instead of 2 columns set up . I know this was already brough up back on Nov 22. I tried the Code snippet provided but there was no changes. so I m wondering if there is any updated resolution. As raised by many users, the moment the attributes have a certain value type ( like start date/end date ) or has few selections criteria, it messes the layout up and the professional display. Thank you

Resources used : How to add custom code snippets - HivePress Help Center

.hp-listing--view-page .hp-listing__attributes--secondary .hp-col-lg-6{
    flex-basis:100%;
    max-width:100%;
		-ms-flex-preferred-size: 100%;
}

Hi,
Please make sure that you added this snippet correctly, it should be added in Appearance/Customize/Additional CSS field. It sets a single column layout for secondary attributes (under the listing image slider) on the single listing page.

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