Site logo

Archived topic

Lightbox Pop-up Window Text Alignment

3 replies · Started by yitegele on December 16, 2022

Viewing posts 1–4 of 4

Hi GP Team!

I have a question about how to center the text (picture caption) at the bottom of pop-up window when using lightbox plugin. Now it is at left side.

Please have a look at my semi-finished website and the part of "PRODUCT SERIES".

Thank you.

Hi there,

try adding this CSS:


.slb_data_content {
    display: flex;
    justify-content: center;
}

Hi GP Team!

Perfectly solved! Cheers!

Is it possible to help with another question, that I'd like to add an underline for the hover and active menu item, besides the hover and active color.

Thank you.

This archived topic is closed to new replies.