Viewing 3 reply threads
You must be logged in to reply to this topic.
flowprocess.it/prodotti
search filters appear under the products and not above.
Hello,
To reverse the order of search sidebar with content, add this css into your custom css box:
@media (max-width: 480px){
.post-type-archive .inner-content-row {
display: flex;
flex-direction: column-reverse;
}}
Best regards!
Add this css:
.inner-content-row {
padding-top: 0 !important;
}
inside the @media (max-width: 480px){
rule i added above.
Best regards!
You must be logged in to reply to this topic.