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?
Thank you. Please add the code below to fix the issue
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the theme.scss
- Paste the code below at the very bottom of the file.
#shopify-section-footer footer.site-footer {
width: 100%;
}
Really Appreciated! Thank you
