Navigate to your relevant blog page page editor and clone section. Right-click on the section settings icon (3 horizontal lines) and disable the new section on tablet and mobile. (This will be your desktop version with the sidebar line. It may be a good idea to...
Blog
How to adjust minimum height of Divi blog post grid tiles for consistency
Due to different title lengths, post summaries in the grid format may display with varying heights. For consistent heights on each grid tile across the rows, adjust the minimum height with the following CSS: /* Adjust Post Tile Height */ .et_pb_post { min-height:...
How to remove the extra space below a Divi Page Builder blog post
If you are using the divi page builder to create blog posts, you may notice a large space at the bottom of the post. Use the following CSS snippet as a quick-fix to remove that extra space: /* Remove extra bottom padding and margin on posts */ .single .et_pb_post {...
How to remove sidebar in Divi
This is from an Elegant Themes blog post, where they also give some other method options: https://www.elegantthemes.com/blog/divi-resources/how-to-remove-sidebars-from-divi). /*** Take out the divider line between content and sidebar ***/ #main-content...