• Resolved emmagerhardtstudios

    (@emmagerhardtstudios)


    Is there a way to show the lists pulling info from the Listing Sections in a couple columns rather than one long list?

    As well as the red text (the Features), which is tags from the Amenities section i the single listings builder, I’d prefer if these were in 2-3 columns side by side rather than one column!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Estatik

    (@estatik)

    Hi there,

    Yes, you can customize it via css – Appearance- Customize:

    #es-description .es-property-single-fields {
        display: flex;
    }
    .es-single .es-property-single-fields > li {
        flex: 50%;
        margin: 0;
    }

    Please let me know if it helped.

    Thank you.

    Thread Starter emmagerhardtstudios

    (@emmagerhardtstudios)

    Yes, this helped! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show Lists in Columns (List Items from Listing Sections)’ is closed to new replies.