can we have customize the filter option from top to left side in free theme?

Hello,
can we customize the filter option from the top to the left side in the free theme? like the below image and customize like same to the same as per the below image?

Product Type, Color, and Size?

To customize the filter options and move them from the top to the left side, you would typically need to make changes to the theme’s template files and CSS styles. Here’s a general outline of the steps involved:

  1. Identify the template file: Locate the template file responsible for rendering the collection page or the filter options. This file is typically named collection.liquid, collection-template.liquid, or similar.

  2. Modify the template file: Edit the template file and find the section that generates the filter options. You’ll need to move this section from its current position to the desired location on the left side of the page. You can use HTML and Liquid tags to rearrange and customize the filter options.

  3. Adjust CSS styles: Update the CSS styles to ensure the filter options appear correctly on the left side. This involves modifying the existing styles or adding new styles to align and format the filter options as per your design.