Need Help to remove extra dot at the bottom of the footer. Please help

Need Help to remove extra dot at the bottom of the footer. Please help.

https://www.projectrepat.com/pages/kahani-test

1 Like

@Janamir

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

@Janamir

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

  1. Go to Online Store->Theme->Edit code
  2. 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

@Janamir

its my pleasure to help us