Skip to content

Instantly share code, notes, and snippets.

@hivepress
Last active July 26, 2023 17:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hivepress/984c37f4d52f9ef5a91e1ee490a065d7 to your computer and use it in GitHub Desktop.
Save hivepress/984c37f4d52f9ef5a91e1ee490a065d7 to your computer and use it in GitHub Desktop.
Display listing attributes in a single column #hivepress #listings
.hp-listing--view-block .hp-listing__attributes--secondary .hp-col-lg-6,
.hp-listing--view-page .hp-listing__attributes--secondary .hp-col-lg-6 {
flex-basis:100%;
max-width:100%;
}
@deszigeorge
Copy link

What if I want to display the listing block in a "list mode (like in the attached image)" instead of "grid (listinghive default view)". How do I do that?
d03b7830-2dd3-4929-9fa7-0b2fb6a1130f

@hivepress
Copy link
Author

This layout is defined by the theme styles, e.g. ExpertHive sets this for listings. If you're familiar with coding please check the styles via the browser web inspector. You can also consider purchasing a theme that sets this layout, e.g. JobHive or ExpertHive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment