Need Help to remove extra dot at the bottom of the footer. Please help.
1 Like
You have to check your theme.liquid file, there’s an unnecessary ‘;’ left in code.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme
sorry for that issue can you please check the theme.liquid or footer.liquid file code if doesn’t find so please add below code
- Go to Online Store->Theme->Edit code
- Asset->/styles.scss.liquid->paste below code at the bottom of the file.
.footer {
margin-bottom: -30px;
z-index: 1;
position: relative;
}
@KetanKumar tnx, it worked!
1 Like
its my pleasure to help us

