One column listing page

How do I change the listing page shown to the user to one column for the display of the attributes fields rather than 2 columns? thank you

If you mean setting up listing secondary attributes (attributes that are above the listing description) in one column on the single listing page, then please try this CSS snippet but please note that it can require further customization. If you are not familiar with the code customization, then please consider hiring someone for custom work https://fvrr.co/32e7LvY

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

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