CSS Gallery Grid

CSS Gallery Grid

Introducing the Ultimate Responsive, Adaptive Gallery Layout for Divi: Powered by CSS Grid Elevate your online presence with our new DiviMobiFirst layout featuring a responsive, adaptive gallery powered by the robust CSS Grid. This layout is designed to showcase your...
How to Add Zoom Effect To Images?

How to Add Zoom Effect To Images?

Zoom in EffectCreate you own hover zoom effect To add a Hover Zoom-In effect to a Divi image module, there are two steps to apply. First of all, add an additional CSS class name to the module, for example: zoom-in   Next, add the following code to the Custom CSS...
How to Create a Floating Module?

How to Create a Floating Module?

Add the following code to your Custom CSS within your WordPress admin area: Divi >> Options. .object { animation: MoveUpDown 5s linear infinite; position: relative; left: 0; bottom: 0; } @keyframes MoveUpDown { 0%, 100% { bottom: 0px; } 50% { bottom: 20px; } }...