‘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!
‘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:
Go to Online Store
Edit Code
Find theme.liquid file
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:
.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.