Make first block one block

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.

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