Hello,
in this topic you have helped me to make the filters also display when you click on the filters at the top (image 1):
https://www.8theme.com/topic/displaying-filters-after-clicking-on-the-top-filters/#post-387507
But I have another problem, I would like to get an effect like in the 2nd picture.
I tried to create a css, but unfortunately with poor results:
.open-filters-btn {
width: 100%;
box-sizing: border-box;
display: block;
}
.open-filters-btn a {
display: block;
padding: 10px;
background-color: #cccccc;
border: 1px solid #333;
text-align: center;
color: white;
text-decoration: none;
cursor: pointer;
}
.woocommerce-ordering {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px;
}
.woocommerce-ordering select {
width: 100%;
padding: 10px;
background-color: #cccccc;
border: 1px solid #333;
}