Home / Admin / Fix Divi Post Content Width
Duplicate Snippet

Embed Snippet on Your Site

Fix Divi Post Content Width

Paste this directly into the post content module of the theme builder template.

Code Preview
css
/*set the width of the rows inside the Post Content module*/
.et-db #et-boc .et-l .et-l--post .et_builder_inner_content .et_pb_row {
	width: 100%;
}

Comments

Add a Comment