Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello:
The centered page header style is not showing well. This style header is being placed to the top of the window.
Basic (left with breadcrumbs) style works fine. The problem is with centered style.
I attach two pictures to show what I mean:
Left with breadcrumbs page header style:
Centered page header style:
I appreciate your help.
Best regards!
Hello,
Please add this code into your custom css box:
.page_header_yes .top_wrapper {
padding-top: 100px !important;
}
We will fix this in the next update.
Best regards!
Hello:
I’ve added the code and works correctly.
I have had to changed the padding-top to 130px instead of 100px.
In addition, I’ve had to changed padding-top from 60px to 0px in css:
.page_header_yes #content {
padding-top:0px;
}
Thank you for your help.
Best regards!
You must be logged in to reply to this topic.