Weird gap on porfolio page

Hi there,

I have customised my porfolio based on some code shared on the knowledge base and by the support team. However, I find myself with an issue. There’s a white gap on top on the page which looks odd on desktop and provide a poor experience in mobile. I tried a few things with cornerstone to solve the issue but nothing works.
Can you tell me if anyone else had this issue and how to solve that?

Cheers,
Kenza

Hi Kenza,

Thanks for reaching out.

It’s your portfolio title that you hide, please change this CSS

.single-x-portfolio h1.entry-title.entry-title-portfolio {
    display: none;
}

to this

.single-x-portfolio .entry-header {
display: none;
}

to completely hide the structure instead of just the text.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.