Viewing 10 reply threads
You must be logged in to reply to this topic.
Hello! I have Problem with portfolio title after theme update.
Reference to the website in the private message.
Hello,
Did you change the titles css before? Please add these lines into your custom css box:
.single .page_header_yes .top_wrapper { padding-top: 100px;}
Let us know.
Best regards!
Hello!
No, i did’n change the titles css before.
This css code don’t work :(
Hello,
What plugins do you have installed? Maybe one of them has affected theme styles. Please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
Hello,
I edited the code to this:
.page_header_yes .top_wrapper { padding-top: 100px !important;}
.header_page.normal h1 {
margin-top: -31px;
}
It’s ok now. Please check your site.
Best regards!
Hello,
Please edit the code above to this:
.single-portfolio .page_header_yes .top_wrapper { padding-top: 100px !important;}
.single-portfolio .header_page.normal h1 {
margin-top: -31px;
}
So it will affect only portfolio posts, where you have the issue.
Best regards!
You must be logged in to reply to this topic.