jupiter's profile picture

Published by

published
updated

Category: Web, HTML, Tech

help plz

hi guys so um how do i move my status and stuff so that it's beside my pfp and not below,, (´;ω;`)

UPDATE!! i fixed it :D


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Tibe

Tibe's profile picture

it being to the side is acc the normal position for the status, so check to see if there's any code moving it around and delete that, i think (i'm trying to figure stuff out on your page through inspect element but it's not rlly helping lol)


Report Comment



note that the mood is normally under it tho, so you'll have to move it using similar code

by Tibe; ; Report

i checked and apparently its the code to change the font and stuff

by jupiter; ; Report

@import url('https://fonts.googleapis.com/css2?family=Outfit&display=swap');
p{
font-family: 'Outfit', sans-serif;
font-size: 15px;
color: black;

^this one

by jupiter; ; Report

AH I FIGURED IT OUT ヽ(´▽`)/ i changed the font size to 13px and that worked!! the size was just too big probably

by jupiter; ; Report