#needing help with moving image to the right side of text on nextra

4 messages · Page 1 of 1 (latest)

rose gale
#

Here's my code


<div className="container">
### **Connect with me**
- My Hack Club: [redacted]
- My Non-Profit: [redacted]
- GitHub: [@wildwastaken](https://github.com/wildwastaken)
- Email: [email protected]

<Image
  src="/images/pfp.png"
  alt="pfp"
  width={200}
  height={200}
  quality={100}
  priority
  layout="raw"
  placeholder="blur"
  blurDataURL="url"
/>
</div>```
i also attached what it currently looks like (please dont mind the redaction)

thanks for any help.
rough oyster
#

try using flex-direction: row and media queries to make it align properly with screen width

rose gale
#

@rough oyster having some trouble with it bc it’s css and I’m working with nextra markdown
was having similar issues with flow as well
do you have any advice? Thanks.