Adding a map widget to page (primary)

I want to add a map of each business location in each listing on the page (Primary) side.

Like the picture I have attached from sobernation.com directory

So I added the hivepress map plugin and it looks good where it popped up. Happy days.

I just want to keep it sticky now because when I scroll down the page, the maps goes down too.

Figured it out too! I added code I found in the github repo.

.hp-template .inner-wrapper-sticky {
  position: static!important; 
  transform: none!important;
}
4 Likes

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