Answered

Align center Lightbox

Hi, 


I think it is useful as we align centre the lightbox. See attachment.

  • You can easily do that via CSS:

    .fpd-modal-wrapper > .fpd-container {
      margin: 0 auto;
    }


  • ty! 

    and lightbox button center ?

  • Hi Theodoros - I don't suppose you ever worked out the answer to your second question?

  • Hi Theodoros - it was actually answered in another thread:


    .fpd-modal-wrapper { text-align: center; }

Login or Signup to post a comment