trapped_soul
Well-known member
Hello,
I have the UI.X 2.0 style by @ThemeHouse and when using threads as articles, I am getting this huge space between the thread post and the header of the site.
When I check the console, I see a lot of <br > lines entered. After speaking to TH, they suggested to run a search on the templates, but I can't find anything.
Anyone have an idea as to what may trigger this and how to remove it please?
It's bad on desktop, but much worse on mobile.
Very many thanks!
Code I am trying to find;
Thank you.
EDIT:
This is the page source if it helps?
I have the UI.X 2.0 style by @ThemeHouse and when using threads as articles, I am getting this huge space between the thread post and the header of the site.
When I check the console, I see a lot of <br > lines entered. After speaking to TH, they suggested to run a search on the templates, but I can't find anything.
Anyone have an idea as to what may trigger this and how to remove it please?
It's bad on desktop, but much worse on mobile.
Very many thanks!
Code I am trying to find;
var mainMessage1 = mainMessage1 || ($(".p-body-main").before("<div><br />\n<br />\n<br />\n<br />\n<br />\n<br />\n</div>") && $(".p-content").html("<div><br />\n<br />\n<br />\n<br />\n<br />\n<br />\n</div>"));
Thank you.
EDIT:
This is the page source if it helps?
Last edited: