Viewing 8 replies - 1 through 8 (of 8 total)
  • I am so upset because I too am having this issue. It was perfectly centered until I installed the updated version. I don’t know what’s going on. Trying to figure out how to get back to the old version and uninstall the update. ??

    Try to edit CSS. Share link to your site I can tell you what CSS row you have to edit.

    Thread Starter Yes931

    (@yes931)

    Hi,

    I have a box to add custom CSS in it. If you could tell me what code to add would be great!

    Here’s the site link to the album with galleries https://q2photography.net/galleries/

    Thanks!

    https://prntscr.com/dh7ehs

    You have to edit enfold.css line 18.

    add a code:

    text-align:center;

    Thread Starter Yes931

    (@yes931)

    Thanks, but I need something I can add to the Quick CSS box so I don’t have to make a child theme for when the plugin updates. Something like this but this doesn’t work.

    .ngg-album-desc ul:first-child>li>a {
    text-align:center;
    }

    Plugin Contributor photocrati

    (@photocrati)

    @satrebor – Thanks for the assists!

    @yes931 – We provide for custom CSS to be used with NextGEN Gallery (or elsewhere) under Gallery > Other Options > Styles.

    You may need to add the !important directive for some properties; and, the custom CSS inserted into this option is update safe going forward, too.

    Thanks!

    – Cais.

    Thread Starter Yes931

    (@yes931)

    Thanks Cais,
    I tried it both places. Still no change…
    /*
    CSS Name: Default Styles
    Description: NextGEN Default Gallery Stylesheet
    Author: Imagely
    Version: 2.13

    This stylesheet is provided to allow users the ability of overriding the default styles for all display types
    */
    .ngg-album-desc ul:first-child>li>a {
    text-align: center !important;
    }

    Plugin Contributor photocrati

    (@photocrati)

    @yes931 – The CSS element you are showing is for the album description, is that what you are looking to center specifically?

    Also, did you look at @satrebor suggestion and try to apply their idea?

    Thanks!

    – Cais.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Center Align Gallery Titles in an Album’ is closed to new replies.