Why is my blog page duplicating content after customization?

Hello All,

I have an issue on my website where after getting some customization done to add a new page, my existing blog page is duplicating its content on the same page.

I have looked at the forums and someone had asked a similar query before but with no replies.

I have looked into if this was an issue with the tags or pagination but it doesn’t seem like it.

If I revert to the older theme before the customization it fixes the duplication but then of course, I lose my new page.

Any ideas or thoughts are welcome. I am have a series of blog posts that I need to publish but can’t because of this issue.

This is the link to the blog page where duplication is happening : : https://abstinencespirits.com/blogs/news

1 Like

Hello @vineetwazir
please add this css Asset > base.css and paste this at the bottom of the file:-

.o-layout__item:nth-child(2) {
display: none;
}
.o-layout.o-layout--masonry.asl_block_processed.asl_processed {
height: 881px;
}
1 Like

Hi!

Thanks for the response.
I manually added base.css file Under Assests folder and copy pasted the code you mentioned.

That didn’t seem to work. Am I missing something?