Title: Title &amp; Caption Formatting
Last modified: April 8, 2021

---

# Title & Caption Formatting

 *  Resolved [ascbsp](https://wordpress.org/support/users/ascbsp/)
 * (@ascbsp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/title-caption-formatting/)
 * I’m looking to do some light formatting to the title and captions in a gallery.
   Everything seems to be justifying left and the caption is hovering oddly high
   for the “fluid up” format. Not what I want, all centered would be preferred.
 * I know you can customize this in the Custom CSS, but I just don’t know what selector/
   format so I can tweak it.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/title-caption-formatting/#post-14298147)
 * Hi [@ascbsp](https://wordpress.org/support/users/ascbsp/),
 * Thanks for reaching out!
    To center the text please add this code in Appearance
   > Customize > Additional CSS:
 *     ```
       .modula-gallery .modula-item.effect-fluid-up p.description {
       	text-align: center !important;
       	width: 100%;
       	margin: 0;
       }
       .modula-gallery .modula-items .modula-item.effect-fluid-up h2 {
       	float: none;
       }
       ```
   
 * Warmly,
    Mihaela
 *  Thread Starter [ascbsp](https://wordpress.org/support/users/ascbsp/)
 * (@ascbsp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/title-caption-formatting/#post-14298273)
 * That works! Kinda.
    Title looks great. Caption is a bit off though. It’s still
   hovering higher then would look normal for the Fluid Up effect. Also a little
   off center.
 * Here’s what it looks like on the page: [https://amystormandco.com/23605-2/](https://amystormandco.com/23605-2/)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Title & Caption Formatting’ is closed to new replies.

 * ![](https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=3095828)
 * [Modula Image Gallery - Photo Grid & Video Gallery](https://wordpress.org/plugins/modula-best-grid-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modula-best-grid-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modula-best-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modula-best-grid-gallery/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ascbsp](https://wordpress.org/support/users/ascbsp/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/title-caption-formatting/#post-14298273)
 * Status: resolved