skip to Main Content

I have my website: https://disneyplusbegincodes.com/ In the website below the footer is getting the spacing error. Help me in fixing the spacing error.

I have tried using the CSS but nothing happens. I used padding or margin, still the issue is the same. I don’t know what exactly the issue is.

2

Answers


  1. The White spacing showing because of the element with "statcounter" class. Remove image tag from that element will remove the White space.enter image description here

    Login or Signup to reply.
  2. Add This CSS in your Additional Css :

    #sc_counter_12874367 img {
    display: none;
    }
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search