Divi – Align Gallery images vertically center

Take note of the height restriction! In this case we set the height for the default size of landscape images layout for the divi gallery element. /* Gallery Image Alignment */ .et_pb_gallery_image.landscape { display: flex; justify-content: center; align-items:...

Divi Remove Project Post Type

By Adding the below snippet to your WordPress functions.php file you can remove the Divi Project Post Type which is added by Default. add_filter( ‘et_project_posttype_args’, ‘mytheme_et_project_posttype_args’, 10, 1 ); function...

Pin It on Pinterest