Okay
  Public Ticket #334925
Centering Lightbox Embed Object
Closed

Comments

  • Matt started the conversation

    I can't seem to figure out how to align this. I tried tagging the css class and aligning it, but it appears I'm missing something.

  •  8,453
    Tahir replied

    Hey!

    See screenshot: http://prntscr.com/5h0x95  . Seems like you got it sorted. 

    Thanks


    ThemeNectar Support Team 

  • Matt replied

    No, I didn't get it sorted.  The item I had was the "test" item on the screen. I haven't replaced the actual System 44 video demo because I didn't figure it out so I'm using the older video I had from before. I still need to figure out how to center the flash embedded object.

  •  8,453
    Tahir replied

    Hey Again!

    Can you setup a test page where we can see the issue. 

    Thanks 


    ThemeNectar Support Team 

  •   Matt replied privately
  •  992
    ThemeNectar replied

    Hey - add this into the custom css box located in your Salient Options panel:

    object {
        display: block;
        margin: 0 auto;
    }