[ad_1]
Hi everyone. I am creating an online store using woocommerce and Astra theme. I have a problem with subcategories in the default product category filter on the store page. After entering a subcategory, the “arrows” are misplaced. Do you have any ideas how to solve this?
​
[ad_2]
judging by where it is sitting 50% of the way down, the arrows are most likely styled to be at 50% of the item, which works when they are 1 line, when it has nested elements that doesn’t work, so you will want to find the css class that has the arrow positioned most likely top:50% or transform: translateY(50%) and make it simply top: 6px; or so what ever looks centered on the single line