« SpaceHey Forum

s0rry if this doesnt b3long here but......how to make the profile...floaty? seperate?

Posted by liuca

posted

Forum: SpaceHey

so basically, the top header that has the search bar on my profile, ill refer to it as The Top Part cuz i honestly dont know what to call it, is stuck to thetop of the page, is there a way to move it down as if its a floating window? i dont know how to phrase the questionso i struggled with google searching................................... plez help! 


Report Topic

7 Replies

Sort Replies:

Reply by sudofry

posted

Like move the whole profile down? Or are you asking to put the "top part" within the scrollbox with the rest of the profile?


Permalink Report Reply

Reply by liuca

posted

i dunno how to reply to your reply but/? both i guess? i want it to be connected to the scrollbox and also seperated from the top of the screen. also the ''top of the screen, side, side, and bottom" text is meant to mean, like, the corners of the screen on the website in general, my main background will be there. apologies if this is complicated to understand 



Permalink Report Reply

Reply by liuca

posted

visualization of how it looks now


Permalink Report Reply

Reply by sudofry

posted

Try removing this from your existing code.

main {
height: 460px;
overflow-y: scroll;
}

And put this in it's place.

.container {
position: relative;
top: 160px;
height: 460px;
overflow-y: scroll;
}


Permalink Report Reply

Reply by sudofry

posted

If you only want to move the whole thing down and you don't want the top navigation part to scroll inside the box. Just add this and don't remove anything.

.container {
position: relative;
top: 160px;
}


Permalink Report Reply

Reply by liuca

posted

THANK YOU SO MUCH IT WORKED!! im so grateful !


Permalink Report Reply

Reply by Abigblueworld

posted

Post has been locked by me from commenting this, do not post above the line below

-----------------------------------------------------------------------------


Permalink Report Reply