Site logo

[Support request] Lightbox Pop-up Window Text Alignment

Home Forums Support [Support request] Lightbox Pop-up Window Text Alignment

Home Forums Support Lightbox Pop-up Window Text Alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2464828
    yitegele

    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.

    #2465055
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

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

    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.

    #2465862
    David
    Staff
    Customer Support

    Hi there,

    feel free to ask more questions but please open a new topic for each unrelated question 🙂
    For reference here is a doc that provides CSS anim for menus:

    https://docs.generatepress.com/article/adding-menu-hover-animation/

    If you need any assistance with that … then please raise new topic

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.