How can I fix a split footer issue in mobile view?

Hi @All hope you are doing great! I am having an issue with footer on mobile view that it’s split into two columns. How it can be fixed and looks like normal footer. Thanks

Hi @MuhammadSherry ,

Can you provide your website so we can check?

https://kobespethealth.com/

Hi @MuhammadSherry

Thank you. Please add the code below to fix the issue

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the theme.scss
  3. Paste the code below at the very bottom of the file.
#shopify-section-footer footer.site-footer {
    width: 100%;
}

Really Appreciated! Thank you