Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Enmanuel Corvo

    (@ecorvo)

    Hmmm thats a good one… not as of now but I will definably add this. In teh mean time you can accomplish this with these styles:

    .wpcm-preview-display.wpcm-top-middle {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 50px;
    float: none;
    margin: 0 auto;
    z-index: 999999999999;
    }

    The only drawback is that it will default the top middle to middle of the page….

    Thread Starter maurodamiano

    (@maurodamiano)

    Thanks for the feedback. I have actuallz purchased your plugin. As I’m still a newbie with this, would you mind telling me where to do the suggested modification?

    Thanks!

    Plugin Author Enmanuel Corvo

    (@ecorvo)

    Just add that to your theme main style sheet, that will be enough.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center middle location’ is closed to new replies.