Pinterest – equal height columns

To display Pinterest items in a same height, please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:

/* Pinterest – equal height columns */
@media (min-width: 992px) {
#pt-cv-view-VIEWID .pt-cv-pinmas {height:300px}
}

and:

  • replace VIEWID with ID of your View
  • replace 300px with relevant height for your View

Notice: There is a space between VIEWID and .pt-cv-pinmas

Best regards,

Scroll to Top