How to properly align a widget in the footer?

Hello,

Here’s my website : www.lothaire.fr

I’m trying to integrate this widget in the footer but it never goes exactly where I want :

I’d like to have this widget appear aligned right, on the right part of the footer, at the same height more or less than my CONTACT and NEWSLETTER sections.

Integrating it into the header or somewhere along the top of the website would be great too.

You need to make a few adjustments in their styling. Open your theme.css or any css file and add this in

#2f43563e-2e28-4113-84ae-45f0388d7b60{
display:block;
float:right
}

This should fix the issue in the footer, might also work when you paste the code in header too. The original issue is that its hiding under your logo

This doesn’t work. The thing is still on the right of the screen.