Show bullet list with Grid layout

To show bullet list with Grid layout, please use this CSS:

#pt-cv-view-VIEW_ID .pt-cv-title a {
    list-style-type: disc;
    margin-left: 25px !important;
    display: list-item;
}

(replace VIEW_ID with ID of your View)

With Content Views Pro, please add above code to Custom CSS field in Content Views >> Settings page.
With Content Views Free, please add above code to file style.css of your active theme.

Best regards,

Scroll to Top