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:...

Create New Laravel Project & Generate Auth

Create Project Just use one. The are multiple as examples. composer create-project –prefer-dist laravel/laravel blog “11.*” composer create-project –prefer-dist laravel/laravel blog “10.*” composer create-project –prefer-dist...

Manage MySQL Server on Linux Terminal

Check Serve Status sudo service mysql status Start or Stop MySQL Server service mysql stop service mysql start MySQL Terminal Actions create database this_is_my_database_name; Also, give this a read 🙂...

Manage Apache Server on Linux

Check Apache Status sudo systemctl status apache2 Start, Stop or Restart Apache sudo service apache2 start sudo service apache2 restart sudo service apache2 stop For other operating systems such as CentOS/FedoraTry httpd instead of apache2Example : systemctl status...

Pin It on Pinterest