Search Divi Gallery Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to move the title and caption below the image on the mobile device?

To move the title and caption below the image on the mobile devices use the following CSS.

Go to WordPress Dashboard >> Divi >> Theme Options >> Custom CSS >> add below code snippet.

@media only screen and (max-width: 980px){

.mfp-bottom-bar{

   position: relative;

}

}