• Resolved emerald787

    (@emerald787)


    Hi, I am trying to centre the popup image on my home page

    I don’t know anything about coding so I am just running everything through the dashboard

    http://bigmixtheatre.com

    I have a css manager

    Could someone explain to me in layman terms how to automatically centre (and resize if possible) the popup image

    I should note selecting the Javascript button does not work, it makes the image even more skewed!

    http://wordpress.org/plugins/wordpress-popup/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Mike

    (@michael-copestake)

    Hi @emerald787

    You could try adding this to the end of your stylesheet:

    .visiblebox {
     width: 750px;
     position: relative !important;
     left: auto !important;
     margin: 0 auto !important;
    }

    That should force it to be centered at the right size. Of course if you ever change the image and it’s a different size, you’ll have to alter the above.

    Hey there.

    We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.

    This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. 🙂

    Hope you have a fantastic day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Centre image’ is closed to new replies.