Headline disappeared

Hi there,
I just want to kindly ask you for help. Our headlines on pages suddenly disappeared or part of them see attachment. Please is there any css to fix this instead of fix it page by page.

Thanks a lot guys

Michael

Hey Michael,

The headlines actually did not disappear but part of the headlines get covered by the header area because the header width is not enough to contain the logo and the menu in one line.

And option would be to increase the max width of the header area to make more room for its contents. To do that, please add this in X > Theme Options > CSS:

.x-navbar-inner .x-container.max {
    max-width: 1200px;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates.

Hope this helps.

Hi there thanks a lot.

Michael

You’re most welcome, Michael.

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