Align cart button to right

Hello,

I made this website for a school project and I have some trouble with the cart button. I want it to be align to the right (next to my log in button).

I tried putting the cart button to be absolute or relative but it didn’t work out.

Do you have any idea ?
Here is the read only link : Webflow - Elodie's Fresh Site


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hello!

Your Log In button is on the right side because it has absolute position

The cart wrapper can’t be set to absolute position, so you can’t use the same method.

The solution would be to put the cart wrapper and the Log In button inside a div, which has absolute position. This way, both will be placed together aligned to the right.

image

It worked !! Thanks you !

1 Like