Tags

Layout By

Previous | Next
[personal profile] northangerabbey
[community profile] dwresources
[personal profile] northangerabbey
[community profile] dwresources

[No Subject]

[personal profile] northangerabbey
[community profile] dwresources
Hey all!

I'm trying to code my first thing for Dreamwidth and I'm stuck :(

It's a dating app profile which you can see at one of my char journals.

What I want to do is have the "Mira text" in the bottom left of the image. Any ideas why this isn't working?

Comments

autumninpluto: Female Byleth thinking and speaking ([fe3h] thinking byleth)
Jan. 15th, 2026 06:26 am (UTC)
You have to close the <div> for the 2nd block (the one that contains Mira's picture) so that the text "Mira" starts below the image. I moved the </div> tag before <hr> to the top right next to where the 2nd div block ends, and that seems to have fixed it.

Then I replaced the "position: absolute; left: 10px;" lines on the text with "display: flex".

I tried to tinker with it a bit; I'm not sure where you wanna place the "24 | Female" part but this is what I came up with to fix the "Mira" text problem:



Someone else could probably come up with a more efficient solution than I did, but I hope this helps!

Edited 2026-01-15 06:27 am (UTC)
ethelturner: (Default)
Jan. 17th, 2026 10:46 pm (UTC)
Wait editing this completely but I can't read lol

I wanted the text on the picture but also now that I think about it that probably doesn't make sense anyway lol

Edited 2026-01-17 10:48 pm (UTC)
autumninpluto: Chibi Sothis gasping ([fe3h] gasp sothis)
Jan. 17th, 2026 11:10 pm (UTC)

Ah sorry about that, that was my misunderstanding. If you want the text on the image itself, you can use your original code and just change left: 10px; to bottom: 0;

Jan. 17th, 2026 11:10 pm (UTC)
All good and thanks :)