Search Divi Post Extended Documentation
Search for answers or browse our knowledge base.
How to improve the mobile view of the Stellar Layout?
Copy the below snippet to your CSS file.
@media screen and (max-width: 767px) { .el-single-post-template-stellar #main-content .el-template-stellar { padding: 50px 30px 0; } }