This user is not visible to guests.

Hi ^^! in the first line, add float-left after pr-0, within the quotations. Like so; <div class="container pr-0 float-left" style="max-width: 29em">
Should look something like this:

image.png
Hope that helps!

This user is not visible to guests.

No problem! happy to help! you can also try using ;margin-left:0 within the style attribute, instead of the float-left, if you'd rather not have elements adjust around it :)
Like so; <div class="container pr-0 " style="max-width: 29em ;margin-left:0">