Hello i have problem with white space under footer
web: https://michus.top/corona/online.php
css: https://michus.top/corona/assets/css/style.css
Hello i have problem with white space under footer
web: https://michus.top/corona/online.php
css: https://michus.top/corona/assets/css/style.css
Just set a background-color on your body tag.
body, html {
overflow-x: hidden;
padding-right: 0 !important;
background-color: #2e2f32;
}
yea that works good but i have one more question how to make this footer always at the bottom of the page?