Hey all! I'm new to Subeta and have begun creating profiles for my pets. I'm also fairly new to html. I recently adopted an older pet who came with a lot of friends. I was wondering if there was a way to fix up this profile to accommodate those friends in an aesthetically pleasing way. Her profile is located here. I'm having a similar issue with my other pet, here . Any advice is welcome. I'm really new at this whole thing! Thank you for your time!
if you're interested in learning more about CSS (all coding is done with CSS, not HTML, though you can use some HTML), these two threads are very helpful: Subeta CSS Compendium [topic not found]
now, because you are using a pre-made layout that doesn't really have an existing spot for friends, you could move the friends section so that it's just sort of floating off to the right of the layout. to do that, you would just play with the position values for the div. so for example:
{width:450px; height:140px; position:absolute; top:50px; left:850px;}