Viewing 8 reply threads
You must be logged in to reply to this topic.
Hi,
As you can see on screenshots, I have a problem with the header appearence in portfolio items;
even if I change and overwrite the Page Header Height
Can you help me?
Kind regards,
Marioncha
Hello,
You must change the header style and page header height. Change the page header height at specular options.
Or add this code at Custom Css Code at general options:
.top_wrapper { padding-top: 100px !important;}
If you want I can fix it for you, just write your site credentials in a private reply.
Best regards!
Thank you very much !
I still have the title “cut” (see the screenoshot)…
Hello,
Please add these lines into your custom css box:
.single-portfolio .header_page, .header_page {
height: 100px;
}
.single-portfolio .header_page.normal h1 {
padding-top: 46px;
}
Best regards!
Just a little another thing :
On mobile, the title is on the menu…
Hello,
Please add this css style:
@media (max-width: 979px) .header_3 .top_wrapper { padding-top: 100px !important; }
Best regards!
Hello,
Please try this code:
.header_page { padding-top: 80px;//change the padding here }
Best regards!
You must be logged in to reply to this topic.