Align center Lightbox

Posted over 5 years ago by Tufan

Post a topic
Answered
T
Tufan

Hi, 


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

0 Votes

rady kal

rady kal posted over 5 years ago Admin Best Answer

You can easily do that via CSS:

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


0 Votes


4 Comments

Sorted by
P

Peter Land posted over 1 year ago

Hi Theodoros - it was actually answered in another thread:


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

0 Votes

P

Peter Land posted over 1 year ago

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

0 Votes

t

theodoros kyprianou posted over 3 years ago

ty! 

and lightbox button center ?

0 Votes

rady kal

rady kal posted over 5 years ago Admin Answer

You can easily do that via CSS:

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


0 Votes

Login or Sign up to post a comment