• Can someone please advise on the right combination to get the registeration box on the header image to the left as in the video.
    I used this code and its all looking messed up and offset from the header image

    [rencontre_imgreg selector=’ site-header wp-custom-header img’ left=7 top=10 ] [rencontre_libre]

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

Viewing 1 replies (of 1 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    This is a CSS positioning over an image. You must therefore know the positioning reference of this image in CSS.
    The example given (.site-header .wp-custom-header img) corresponds to the WordPress 2017 theme : Class site-header, Class wp-custom-header and then tag img.
    If you are using another theme, it will most likely not work.

    To know the CSS structure of your image, use Firebug or right click “analyze” on the image.

    Furthermore, you have forgotten the dots (.site-header and not site-header). It can’t work.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘registration box offset’ is closed to new replies.