[ad_1]
[ad_2]
My website had an horizontal overflow issue in mobile view because of content in my footer overflowing. I fixed the horizontal overflowing by using this code but now the footer and its content that were causing all this problem, are also hidden. could anyone help me fix it.
html, body{
overflow-x: hidden;
Max-width: 100%;
}
