Hi,
I've updated my site with Elementor Pro page builder and switched to Elementor's Hello theme and my columns are not working in my view.
I can see else where on the website (in my Learndash grid of courses) that the code 'col-sm-8 col-md-4', for example, is creating the columns absolutely fine.
But when I add it to my view it's not having any affect.
This is my view code in case that helps:
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<div class="container-fluid">
<wpv-loop>
<div class="col-md-3 col-sm-6 col-xs-12" style="padding-bottom:30px;">
[wpv-post-body view_template="loop-item-in-hr-teams-grid"]
</div>
</wpv-loop>
</div>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<strong>[wpml-string context="wpv-views"] [/wpml-string]</strong>
[/wpv-no-items-found]
[wpv-layout-end]
Are you aware of any compatibility issues with the Elementor Hello theme, Elementor and Toolset's views plugin?
Thanks .. any help would be greatly appreiated.
Don't worry .. I copied across the bootstrap css from my old theme for the columns and it's working now.
My issue is resolved now. Thank you!