Search Divi Blog Extras Documentation

Search for answers or browse our knowledge base.

Table of Contents
< All Topics
Print

How to change position of the category in Block Extended layout?

To change the position of the category in Block Extended layout add the following CSS code in Divi Theme Option

.el-dbe-filterable-categories .el-dbe-post-categories {
          text-align: left;
}

Change the alignment as per your requirement.