Bespoke website template issue

Hi,

We have an issue with our current Press Releases and Blog templates that are used across our business site. I have just linked to two of the pages but it affects both sections of the website. We haven’t made any changes to the website in weeks and haven’t changed the themes since they were first implemented and we aren’t currently sure how to fix it. Also the search bar on the header never used to be there before and now it’s appearing. Hubspot have advised we contact the external developer but they aren’t available to help anymore.

Has anyone seen an issue like this before and can offer support on how to fix it?

Mnay thanks

Roshni

Hi @Roshni_S,

seems that there is a misleading CSS styling

the

body>div>div:first-child {
height: 70px;
}

is causing the error.

I’d suggest to search the line and comment it out or delete it - but make a backup of the original file. Since it’s in the main.css file I assume it’s in a subfile like layout.css or so.

BUT: this could cause issues on other pages so watch out.

best,

Anton

Thanks for your help Anton, that worked!