Home › Support › General › HivePress › Listing detail page: In the frontend show an attribute like the description
Hi Ihor,
i saw this post https://hivepress.io/support/topic/change-content-on-listing-detail-view/#post-3452 i would like to do something similar in the detail page frontend, but only show one attribute in one column like the description.
Ex.
Image Attributes in 2 columns Description in one column Attribute X in one column
Is this possible?
thanks in advance
It’s easy to change the sections order, but splitting the attributes section into 2 sections with different layout would require advanced customizations, unfortunately there’s no simple code snippet for this.
And to put all the attributes from 2 to 1 column? like the description?
This CSS snippet should do it:
.hp-listing__attributes--secondary .hp-col-lg-6 {flex-basis: 100%; max-width: 100%;}
Great thnk you it works very well
You must be logged in to reply to this topic.