Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello
In our catalogue (https://distisuisse.ch/resultate/) the widget-filters disapeare when watching the site in responsive.
How can I put the widget area on top of the page?
Thanks in advance.
Hello,
Please add this code into your Custom css box:
@media (max-width: 767px){
.post-type-archive.post-type-archive-product .inner-content-row {
display: inline-flex !important;
flex-direction: column-reverse !important;
width: 100% !important;
}}
Let us know.
Best regards!
You must be logged in to reply to this topic.