How can I remove the error code from my website's footer?

@JhordanMSUITE

sorry for that issue if don’t find that code please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
#shopify-section-footer {
    margin-bottom: -24px;
}