Blog posts are'n correctly aligned in columns
-
Hello everyone,
I wanted to display blog posts from homepage (https://www.p4tru.ro) and blog page (https://www.p4tru.ro/blog/) in two columns on small devices and for this I have added the following code to Theme Options – Custom CSS:
@media only screen and (max-width: 800px) {
.fusion-blog-shortcode-1 .fusion-blog-layout-grid .fusion-post-grid {
padding: 7px 3px !important;
}
.fusion-blog-layout-grid.fusion-blog-layout-grid-3 .post {
width: 50% !important;
display: inline-block;
float: left !important;
position: initial !important;
}
}Does someone have any idea why not all blog posts are correctly aligned in columns ? Please see: https://www.screencast.com/t/SwKfKsWhqY1y
I would be grateful if anybody can help me with that.
Thank you very much.
C. Silviu
- The topic ‘Blog posts are'n correctly aligned in columns’ is closed to new replies.