Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
I’m trying to add 2 blog elements in one page.
Issue is that the second blog element’s layout is not working.
Instead of have 3 columns, I get 1 x 33% and the posts are being displayed one bellow the other.
This fixes it.
# diff ../folie/js/codeless-main.js js/codeless-main.js
1272c1272
< $( '#blog-entries' ).each(function(){
---
> $( '.cl-carousel, .masonry-entries, .grid-entries' ).each(function(){
Maybe not such a good idea to use ids anymore.
Hello,
You can also use custom css for this. Reduce the width of the column to 32%. However, glad to know you found your solution.
Thank you for sharing!
You must be logged in to reply to this topic.