How to adjust elements position on relation to window size ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to adjust elements position on relation to window size ?

I have a giant letter that I placed on the right of my website using relative position but when I make the window smaller you have to scroll to reach it . I want it to remain on the right when the window is large . and to go to the bottom of the page when the window is smaller . How do I do that ?

9th Dec 2021, 11:35 AM
Richard
Richard - avatar
2 Answers
+ 2
You could learn responsive web design.
9th Dec 2021, 11:59 AM
JaScript
JaScript - avatar
0
Richard 1) Create a boolean variable. 2) Verify the size of the screen. 3) If the screen/window is less than or equal to the dimensions of a mobile device make the variable as true. 4) If you are using Angular you can use ng-class or ng-style and apply two different styles based on condition
17th Dec 2021, 11:22 AM
paperinflames
paperinflames - avatar