How to fix error: Web with blank space at bottom

Duc Nguyen

Please help to fix this error Web with blank space at bottom Link: http://www.khohanghoa.com

I spent all day time to search and try to fix.

I tried set CSS

body {
 font-size: 100%;
 margin: 0;
 padding: 0  }

but, it did not change

So, please help me

Thanks so much!

Renish Khunt

please apply top:0px on this div tag.

<div id="fb-root"></div>
 <div style="left: -9999px; position: absolute;">

change this to like.

<div id="fb-root"></div>
 <div style="left: -9999px; position: absolute;top:0px;">

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

iOS7 XIB issue. blank space at top and bottom

From Dev

How to fix JTextArea Scroll to bottom?

From Dev

How to insert a blank space(&nbsp) into a Beautifulsoup tag?

From Dev

Blank Space at bottom of Polymer Paper Dialog

From Dev

How to fix the space in firefox and chrome?

From Dev

PHP blank space error in SQL query statement

From Dev

iOS Blank White Space at bottom of viewcontroller

From Dev

How to fix a button at the bottom of the tableview?

From Dev

How to Fix blank pages on Spotify?

From Dev

Blank space at the bottom of the page (dont find any solution)

From Dev

My HTML + CSS site is showing a blank space on right and bottom of the screen while the margin is 0 on both bottom and right

From Dev

bash error on eval containing blank space

From Dev

How to remove blank Space in rdlc

From Dev

How to Fix blank pages on Spotify?

From Dev

iOS7 XIB issue. blank space at top and bottom

From Dev

how to remove the blank space

From Dev

Javascript how to unify blank spaces into 1 blank space

From Dev

css layout bottom leave blank space

From Dev

How to remove a blank space on an element?

From Dev

How to fix duplicate entry error in web.config

From Dev

Blank space at bottom of page (messy code?)

From Dev

How to add blank lines above the bottom in terminal

From Dev

how to fix filenames with dash or space

From Dev

How to fix "unusable disk space" error?

From Dev

How to fix a button at the bottom of the tableview?

From Dev

How can I fix the slideshow? Blank space appearing HTML/CSS

From Dev

How can I fix a blank space at top, bottom, right and left outside desktop screen?

From Dev

How to align specific layout to bottom and fix size of imageview to cover remaining space?

From Dev

Huge blank space at the bottom in Bootstrap 4 in Chrome

Related Related

  1. 1

    iOS7 XIB issue. blank space at top and bottom

  2. 2

    How to fix JTextArea Scroll to bottom?

  3. 3

    How to insert a blank space(&nbsp) into a Beautifulsoup tag?

  4. 4

    Blank Space at bottom of Polymer Paper Dialog

  5. 5

    How to fix the space in firefox and chrome?

  6. 6

    PHP blank space error in SQL query statement

  7. 7

    iOS Blank White Space at bottom of viewcontroller

  8. 8

    How to fix a button at the bottom of the tableview?

  9. 9

    How to Fix blank pages on Spotify?

  10. 10

    Blank space at the bottom of the page (dont find any solution)

  11. 11

    My HTML + CSS site is showing a blank space on right and bottom of the screen while the margin is 0 on both bottom and right

  12. 12

    bash error on eval containing blank space

  13. 13

    How to remove blank Space in rdlc

  14. 14

    How to Fix blank pages on Spotify?

  15. 15

    iOS7 XIB issue. blank space at top and bottom

  16. 16

    how to remove the blank space

  17. 17

    Javascript how to unify blank spaces into 1 blank space

  18. 18

    css layout bottom leave blank space

  19. 19

    How to remove a blank space on an element?

  20. 20

    How to fix duplicate entry error in web.config

  21. 21

    Blank space at bottom of page (messy code?)

  22. 22

    How to add blank lines above the bottom in terminal

  23. 23

    how to fix filenames with dash or space

  24. 24

    How to fix "unusable disk space" error?

  25. 25

    How to fix a button at the bottom of the tableview?

  26. 26

    How can I fix the slideshow? Blank space appearing HTML/CSS

  27. 27

    How can I fix a blank space at top, bottom, right and left outside desktop screen?

  28. 28

    How to align specific layout to bottom and fix size of imageview to cover remaining space?

  29. 29

    Huge blank space at the bottom in Bootstrap 4 in Chrome

HotTag

Archive