radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

Align center Lightbox

Hi, 


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


Best Answer

You can easily do that via CSS:

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



ty! 

and lightbox button center ?

Answer

You can easily do that via CSS:

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


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