The footer section is not at the bottom. I want footer to be in the bottom. Help me to solve this. remaining will be all same. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

The footer section is not at the bottom. I want footer to be in the bottom. Help me to solve this. remaining will be all same.

https://code.sololearn.com/WgIKeciPcElq/?ref=app

21st Jan 2019, 10:42 AM
viknesh vikky
viknesh vikky - avatar
13 Answers
+ 5
https://code.sololearn.com/WrCC2w0Wmk4l/?ref=app
21st Jan 2019, 3:54 PM
Gordon
Gordon - avatar
+ 3
footer{ bottom:0; position:fixed; } .section{ height:85%; }
21st Jan 2019, 12:05 PM
Gordon
Gordon - avatar
+ 2
@Gordon i haven't change the code before now take a look at the code and try to place the footer at bottom.
21st Jan 2019, 12:27 PM
viknesh vikky
viknesh vikky - avatar
+ 2
Because it should be footer not .footer No dot Dot means class
21st Jan 2019, 12:34 PM
Gordon
Gordon - avatar
+ 2
Come to notice it, why do you use <header class="header" id="header"> 😅😅😅
21st Jan 2019, 12:43 PM
Gordon
Gordon - avatar
+ 2
Can anyone tell why the nav goes behind the article. I want the nav element to be on top. help me...
21st Jan 2019, 1:31 PM
viknesh vikky
viknesh vikky - avatar
+ 2
No i am really not. Can you suggest any explanation in web
22nd Jan 2019, 3:44 PM
viknesh vikky
viknesh vikky - avatar
+ 1
.footer{ position: fixed; left: 0; bottom: 0; width: 100%; background-color: green; } <div class="footer"> <b > copyrights Reserved &copy </b> </div> Try this changes
21st Jan 2019, 12:21 PM
Rebel
Rebel - avatar
+ 1
Rebel 👍
21st Jan 2019, 12:25 PM
Gordon
Gordon - avatar
+ 1
Don't comment the position absolute of .section
21st Jan 2019, 3:14 PM
Gordon
Gordon - avatar
+ 1
I saw you removed position: fixed of your header Do you understand position fixed / position absolute / position relative?
22nd Jan 2019, 4:59 AM
Gordon
Gordon - avatar
27th Jan 2019, 7:27 AM
Gordon
Gordon - avatar