i noticed my profile looked wwwwaaayyy off when i viewed it from another device, the widgets were all wacky and there was a TONNE extra of my background image extending down, with lots of white space. is there a code that i could insert that would make my profile appear the same way regardless of the device or screen resolution it was viewed upon? just to shrink/upscale it to the relevant dimensions for whoever was viewing it :)
also - silly question probably - i'd like to add a
worth of space between the top of my profile page and where my widgets start, is this a simple fix?
many thanks in advance!
you could make the background fill the whole page regardless of size, and add a little extra space to the top of the profile, with this code:
html {
background-image: url(https://i.imgur.com/X5vL1rD.png);
background-size: cover;
background-position: center;
padding-top: 20px;
}
as for making the profile columns expand with the page, i can't think of a good way to do that off the top of my head since i don't have much experience with user profile code. i'll think about it and see if i can come up with anything.