I have found a bug with how Woodmart loads the Vendor page when using WC Vendors.
This link is how the page looks when it loads.
https://pasteboard.co/JqiSQWO.png
This is obviously not correct, but I have a solution! It involves moving some of the divs to the correct order.
Solution:
Move .wcv-store-header.header-modern just below the MAIN CONTENT AREA.
Move .site-content below .wcv-store-header.header-modern and within .container
Move .sidebar-container to the SIDEBAR CONTAINER AREA
Here is what that looks like on the Inspector
https://pasteboard.co/JqiQh06.png
Here is what the full page will look like after the above edits.
https://pasteboard.co/JqiVMFc.png
How can I edit this page to achieve the correct layout and can this be added to a future update for the theme so Woodmart is more compatible with WC Vendors Pro?