• With no customisation, how do I have the logo centre above the form? It seems to be trained to the left.

    Cheers.

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

    (@philsbury)

    Hi @decibelholly,

    That is the default behaviour. Sounds like something else (probably the theme) will be setting all images to be display: block perhaps.

    The only way to fix it will be with some css override, e.g.

    
    .age-gate-logo-image {
        display: inline-block;
    }
    

    Thanks
    Phil

Viewing 1 replies (of 1 total)

The topic ‘How to Centre Logo’ is closed to new replies.