Experience the difference of "Elite".

Website layout

Status: Planned 1 Vote
UstlcRentals
Aug 12, 2022 10:27 AM
Joined Oct, 2021 54 posts

The availability/search widget on the home page drives me! I only have 2 properties so if i "tile" it,  im stuck with 1 on the left,  1 in the middle and nothing on the right. I wish to space them apart or center them together as one, so my page has a more uniformed look.  I have to "list" them instead, which i think needs to be more customizable as well, to show less details and maybe shrink in size or something. I just hate that the only way to display my properties on my main page is restricted to only 2 options that aren't very attractive as is for someone with only 2 properties or to just show none at all!

Shawn H
Aug 17, 2022 11:47 AM
OR Team Member Joined Aug, 2021 207 posts

Hello! If you're up for it, try this CSS to get the layout you desire:

.property-result-list.property-result-tiles {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important
}

Otherwise, we'll look to make auto-fitting standard in the coming weeks!

UstlcRentals
Aug 17, 2022 1:16 PM
Joined Oct, 2021 54 posts

Hello! If you're up for it, try this CSS to get the layout you desire:

.property-result-list.property-result-tiles {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important
}

Otherwise, we'll look to make auto-fitting standard in the coming weeks!

by Shawn H – Aug 17, 2022 3:47 PM (UTC)

YESSSS! That did it! Thank you so much!