Hello,
I am trying to show to users their custom fields (formatted in content template) in a view. If I see the single custom post the content template looks good in a three columns layout, but the same content template inserted as block in a view output shows as a single colum layout.
What is the link to your site? hidden link hidden link
Checking on both pages I found that the page below isn't loading the "uagb-block-css-css". hidden link
This is because the page isn't loading any of the Ultimate Gutenburg Blocks columns. In my testing when i've added the Columns block to the page, the items from the view content template loads up fine with their correct columns.
I suspect that the UAGB plugin is checking to ensure that their modules are being loaded before adding the css styling to the page. the workaround to this is to not use the content template and rebuild the template itself directly in the view.
The only other workaround is to add an empty column to the bottom of the page which I did.