Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bradvin

    (@bradvin)

    Bonjour @gransart51

    Quel modèle de galerie utilisez-vous?

    Nous pouvons fournir des CSS personnalisés pour ce faire

    Thread Starter gransart51

    (@gransart51)

    Bonjour,

    Ma question concerne pour l’instant la galerie “Visionneuse d’image”.

    Sinon, j’utilise aussi les “galeries d’images responsives” ainsi que les “Portfolio simple”

    Cordialement

    Hi @gransart51

    The following CSS code snippet will center the captions under the photo for the “Image Viewer” gallery template:

    .foogallery .fg-caption-title, .foogallery .fg-caption-desc {
        text-align:center;
    }

    The following CSS code snippet will center the captions under the photo for the “Responsive Image Gallery” gallery template:

    
    .fg-caption-title,.fg-caption-desc {
        text-align:center;
    }
    
    

    The following CSS code snippet will center the captions under the photo for the “Simple Portfolio” gallery template:

    .fg-simple_portfolio .fg-caption-title, .fg-simple_portfolio .fg-caption-desc {
        text-align: center !important;
    }

    ?All you’ll need to do is to copy the code snippet and go to the Edit page of that particular gallery and if you scroll down past the Gallery Settings section, you’ll see the “Custom CSS” section. Paste the code snippet as it is on the text box below it and save. You can also paste it to your theme’s style.css file or custom CSS/additional CSS area.

    Kindly try this and let us know how it goes.

    Kind regards,
    Elvis.

    Thread Starter gransart51

    (@gransart51)

    Bonjour,

    Je viens de le mettre en application et ?a marche vraiment sans problème.

    Merci pour le SAV et bravo pour la réactivité.

    Cordialement

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centrer légende’ is closed to new replies.