Tell us what you are trying to do?
I am using a custom view to display items on a search/results page. I am using the Divi component to create the custom template that is referenced in the view. However, I seem to be unable to create a multiple column result. All my results are single row. I really would like to be able to show four items per row.
Is there any documentation that you are following?
Looks like Bootstrap was not being loaded. I am wondering if it is possible to make the loop show 6 items when the display is 1080px or greater, 4 when it is in laptop resolution and 1 when smaller?
I understand that, but isn;t that something that is addressed in the wpv-loop code and not css? In other words, right now you have the loop set to "4". Is that where I would change things? Is there a way to use If structures in the view code? Just curious if you have any examples of what I am trying to accomplish?
Well - for that I would suggest you to use our test platform discover-wp.com and create a test site with our available reference site:
=> https://discover-wp.com/site-types/bootcommerce-layouts/
=> hidden link
[you will notice that it will display 4 items per row normally and 2 items for smaller screen]
Once you create the test site using the above site head to Toolset => WordPress Archives => Products listing archive and check how the loop editor is configured and play with it using bootstrap classes as per your need.