Block posts on mobile
-
Hi,
congratulations for your plugin. Is fantastic!
I inserted the posts block in a page and it’s ok on pc monitor..
On mobile instead the posts are displayed as an attached image https://ibb.co/bB5HNC3
I solved it using additional CSS:@media screen and (max-width: 810px) {
.stk-block-posts__item {
flex-basis: unset!important;
}
}Is there a way to fix this without CSS?
Thanks!
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Block posts on mobile’ is closed to new replies.