• eel1000

    (@eel1000)


    Hi there,
    I almost can’t believe this hasn’t been asked before, but I can’t find the answer on here. I’ve added a custom image to my age verification page, but it isn’t responsive, so it doesn’t scale on phones & tablets? How do I fix this – it has to have at least some scalability to work for me?
    Any help will be appreciated!

    The page I need help with: [log in to see the link]

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

    (@philsbury)

    Hi @eel1000,

    Which image isn’t responding, I am getting scaling on the background (admittedly anchored to the left) and a standard 205×72 image for the logo.

    To centre the background, you can add the following to your CSS:

    
    .age-gate-wrapper {
      background-position: center center;
    }
    

    If that’s not what you’re after, let me know and I’ll see what other options there are.

    Thanks
    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Image Resize’ is closed to new replies.