Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

Break point change for tablet view in Slider grid extended variant

To make the breakpoint at which the image and post content will stack for a tablet for the slider grid extended variant in Divi Blog Extras add the following CSS in Divi Theme Options.

@media screen and (max-width: 980px) {
    .el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-content,
    .el-dbe-blog-extra-slider .et_pb_post_extra.el_dbe_grid_extended .post-media {
        width: 100%;
    }
}

Output: