• in Divi theme only shows 1 column in the grid while the blog layout is grid with 3 columns!!

    my website here to check what I mean;
    http://www.limabook.com

    settings I used:
    div.pagination
    div.pagination .alignleft a
    article.et_pb_post
    #main-content

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter smartekpro

    (@smartekpro)

    how come still no answer to this issue, please let me know if it’s working with Divi or not rather than wasting my time with all tries for nothing, I basically tried every possible ID/Class with no luck. Thanks in advance

    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    try to use these settings
    Navigation Selector: div.pagination
    Next Selector: div.pagination .alignleft a
    Item Selector: div.column
    Content Selector: div.et_pb_blog_grid

    Regards

    Thread Starter smartekpro

    (@smartekpro)

    sorry that didn’t work. I left your settings there so you can see it yourself. the loader just come spins and goes away !!!

    Thread Starter smartekpro

    (@smartekpro)

    so it just spins for couple of seconds and disappear without showing the second page or any content.

    Thread Starter smartekpro

    (@smartekpro)

    I know you are busy, god help you answering all those question but I hope we get this one fixed soon. thanks for your help and efforts. I find it very hard to get it to work with Divi Theme.

    Thread Starter smartekpro

    (@smartekpro)

    as no items were showing when used div.column in the item selector so I changed it back to article.et_pb_post and the items start showing back again but the same result as before one column to the right !!!

    so my current settings now are:
    div.pagination
    div.pagination .alignleft a
    article.et_pb_post
    div.et_pb_blog_grid

    can you please advice what else can we do to fix this?
    by the way in my theme I have this custom CSS to align the items in the page:
    @media only screen and (min-width: 768px) {
    .custom_blog .et_pb_post {
    min-height: 680px;
    max-height:680px;
    }
    }

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Only one column in Divi Theme’ is closed to new replies.