Firefox issue with design

Posted in: Newsmag
Post count: 114

Hi,

please see the attachment:

Firefox issue

In the firefox desktop browser I can see a huge blank space between header and content. Why?

Thank you and best regards,
Luke

Post count: 114

If you press F5 after the first (broken) view it’s okay… but that’s not the solution 😉

Post count: 35449

Hi,
It looks that it is inserted an inline css code for height -> https://i.imgur.com/s0UvKv6.png most of the times this problem is caused by some untested plugins or some custom code add in theme.
For the moment I can help with a custom css:
.td-md-is-firefox .td-header-menu-wrap {
min-height: 44px!important;
}

Please set this code in theme pane> custom code> custom css.
Hope it will help you!
Thank you!

Post count: 114

Hi Calin,
unfortunately it doesn’t work.
Best regards,
Luke

Post count: 35449

Hi,
Please replace the code with this one:
.td-md-is-firefox .td-header-menu-wrap {
min-height: 44px!important;
height: 44px!important;
}

Hope this will work!

Post count: 114

Hi Calin,
it works – thanks a lot! 🙂 Great support, great service!
Best regards,
Luke

Post count: 35449

Hi, I’m glad that I was able to help you!
If you have other questions, please let me know!
Have a nice week!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.