Edit Blog element page for mobile
-
Currently, there is one article per line on mobile.
But, I want to show 2 articles per row on mobile.
https://xn--9g3bp8p73a.com/blog-element/
Please advise me on how to customize Css.
Attachments:
You must be
logged in to view attached files.
Currently mobile
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.woodmart-blog-holder .blog-post-loop {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
Best Regards