The first block hp-row
Is now 2 colums, can I make that one column?
Just above the hp-listing__description
Hi,
If I understand you correctly, please try this CSS snippet:
.hp-listing__attributes--secondary .hp-row {
display: flex;
flex-direction: column;
}
Please note that it can require further customization.