Top Menu Overlapping

This topic has been marked as not resolved.

Hello,
For some reason when I make my screen smaller, the top menu is overlapped by other menu items.
How to fix this?

April 12, 2018 at 7:04 am #63942

Hi,

The link you have provided returns a 404 warning. Can you please provide a live website so we can check?

BR,
ThemeBurn team

April 17, 2018 at 5:28 pm #63981

The link is working can you please try again?

April 19, 2018 at 7:15 am #64000

Hi,

You could use this extra code to hide the search bar and provide more space for the menu for lower resolutions :

#sticky_header .tb_wt_menu {
    flex-shrink: 1;
}
@media (max-width: 1200px) {
  #sticky_header .tb_wt_header_search_system {
    display: none !important;
  } 
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

April 19, 2018 at 4:10 pm #64006
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.