'Back to blog' is overlapping on my text. How do I fix it?

‘Back to blog’ is overlapping on my text. How do I fix it?

https://ocean-recycled.com/blogs/news/how-to-clean-up-nurdles

password is beglee

Thanks!

Hey @Nurdle

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

that doesn’t work unfortunately

Hello @Nurdle

You can try the following steps:

  • Go to Online Store → Themes → Actions → Edit code.
  • Go to Assets folder → base.css
  • Add the following code at the bottom:
.article-template__link .icon-wrap {
    display: block !important;
    margin: 6px 15px 0 0;
}
body a.link.animate-arrow {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
}​

Please hit Like and Mark it as a Solution if you find our reply helpful.