tributemedia / tribute

Bootstrap based theme used as the base theme for Tribute Media's Drupal 9 websites.
GNU General Public License v3.0
1 stars 0 forks source link

Add Div to views-view-unformatted.html.twig #33

Closed AntonioXIII closed 1 year ago

AntonioXIII commented 2 years ago

Add a div that will wrap the for loop to views-view-unformatted.html.twig

tributemedia commented 1 year ago

The new div needs to have a class of "row" on it.

skenley commented 1 year ago

I think adding the row class to the views.view.html.twig classes array is a better approach.