Join our new community forum for support & discussion

Join Now

Home Support Themes ExpertHive Vertical Listing Attributes

Vertical Listing Attributes

  • Author
    Posts
  • namtrandpm

    Is there anyway to turn the horizontal orientation of the listing attributes to vertical?

    yevhen developer

    Please try this CSS snippet https://gist.github.com/hivepress/984c37f4d52f9ef5a91e1ee490a065d7

    namtrandpm

    That snippet isn’t doing anything when adding it via customize. Using the snippets plugin causes a fatal error.

    yevhen developer

    Please try to add it to Appearance/Customize/Additional CSS

    namtrandpm

    not sure why, but it’s not working. Any ideas?

    yevhen developer

    If you mean appearance of listing attributes in this way as on screenshots https://prnt.sc/U8in8yi0u_gI and https://prnt.sc/e4SGQAipRfMo then please make sure that you correctly put CSS snippet in Appearance/Customize/Additional CSS

    namtrandpm

    I do believe I have put it in correctly. Image below is what is looks like. What am I doing wrong?

    https://www.dropbox.com/s/76yy6657m4fjcxb/Screen%20Shot%202022-05-01%20at%208.41.49%20AM.png?dl=0

    namtrandpm

    I figured it out. This is the CSS I used `for anyone in the future.

    .hp-listing--view-block .hp-listing__attributes--secondary .hp-listing__attribute:not(:last-child), .hp-listing--view-page .hp-listing__attributes--secondary .hp-listing__attribute:not(:last-child) {
        margin-right: 0.75rem;
        flex-basis: 100%;
        max-width: 100%;
    }
    ihor developer

    Thanks for posting the solution!

Viewing 9 posts - 1 through 9 (of 9 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.