Blog Post Page Title Cut Off

On the actual post page the post title are cut off on every post. How can i fix this?

Hi @rotation,

Thank you for reaching out to us. To fix the issue please find and remove the following code from your custom CSS first:

body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: 40px;
}
 .x-navbar-inner {
    min-height: 40px;
}

Then go to Theme Options > Header > Navbar and set Navbar Top Height (px) to 90:

Let us know how this goes!

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