Css Alignment Issue

Hello! I’m not great with CSS, and I’m trying to move this image over to where I drew the red box:

This is my current CSS for the image:

display:inline;
align:right;
width:150px;
height:inherit;

Are you sure that there is no object pushing it there?

No. If you would like here is the live demo:

1 Like

Maybe try to do align: left? I would help if I was on computer, then I would be able to edit css and see it myself.

I did that but there was no difference.

Did you try to display: block;

2 Likes

That put the image on top, but it looks fine now. Thanks!

1 Like