Hi.
Site: https://creativenovels.com
X Pro: 5.1.4
Wordpress: 5.8.2
-
With the new X Pro 5.1.4, The left header is overlapping the content, instead of pushing it to the right.
-
I’ve already tested to see if it was a plugin conflict issue. It was not.
-
When I use “Cornerstone” mode, it works fine. The content is pushed to the right and there is no overlap.
I’ve had to add this to the CSS for it to work:
@media(min-width: 767px){
.x-site {
margin-left: 250px;
}
}
But if you remove it, you can see the issue.
Can you help?