published 1721910963 updated 1721912952
Category: Web, HTML, Tech
View Blog View Profile Report Blog Entry
hi guys so um how do i move my status and stuff so that it's beside my pfp and not below,, (´;ω;`)
0 Kudos
Displaying 1 of 1 comments ( View all | Add Comment )
Tibe
1721911893
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; 1721911930; Report
i checked and apparently its the code to change the font and stuff
by jupiter; 1721912495; 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; 1721912517; 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; 1721912855; Report
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Tibe
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