Hi, not sure why, but there is some random code displaying after the footer. The code is:
.site-footer__linklist-item { width: 100%; } .site-footer__item { margin-bottom: 0; }
Anyone know how to hide this?
url is: kiddiecubebox.com
Hi, not sure why, but there is some random code displaying after the footer. The code is:
.site-footer__linklist-item { width: 100%; } .site-footer__item { margin-bottom: 0; }
Anyone know how to hide this?
url is: kiddiecubebox.com
This is CSS code that hasn’t been wrapped in tags, or been put in a CSS file.
You can install my Liquify extension for the theme code editor here:
This will let you do a code search of the files to find this code, which you can then either delete, or wrap inside
Thank you! I found the code and added the suggested wrapper. Worked like a charm.