• Resolved ascbsp

    (@ascbsp)


    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)
  • Hi @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

    (@ascbsp)

    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/

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

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