✔ Ministry Cards - Not going masonry style on additional tabs.
Completed by Ryan R.
- Assigned to
-
Ryan R.
- Notes
-
https://cotlf.diocesanweb.org/ministries/parish-ministries/#prayer-personal-formation
It is not floating next to each other. Not sure why. Good luck
// Tabs
$( function() {
$( "#tabs" ).tabs({
activate: function( event, ui ) {
var $grid = $('.allMinistries').masonry({
itemSelector: 'ministry',
gutter: 20
});
}
});
} );