i have issue with some unexpected big spacing at bottom of homepage. There is showing big unwanted spacing that making my site to looks bad. I checked and found that is in this CSS class:
.foot-menu {
font-family: "Oswald", Tahoma, Arial;
float: right;
padding: 0 10px;
text-transform: uppercase;
}
but dont see CSS for spacing there. Can someone to help me how to reduce that?