Viewing 1 replies (of 1 total)
  • Plugin Author smartcat

    (@smartcat)

    Hi Brad,

    The popup has a default of 50px margin from the top

    with a fixed header, i suggest adding this line of CSS to fix this issue:

    @media (min-width: 768px){
    #sc_our_team_lightbox .sc_our_team_lightbox {
      margin-top: 150px !important; /* you can adjust the pixels as you wish */
    }
    }

    I will definitely add an option in the plugin options in the future to allow you as the user to set the pixels from the options screen.

    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘How to center card (pop-up) on page’ is closed to new replies.