• I recently began encountering an issue where the menu title banners are overlapping with the navigation links to other menus, like so…

    When everything is in order, the navigation links should be above the banner at the very top of the page. Can anyone help me out with this issue? When I go to the customize appearance section, everything looks to be in the right place, but it’s clearly not.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this a theme you’re creating? There are CSS styles that seem to be causing this, but if we fix it we’ll possibly change the design of the theme & break other things. As you’re using a commercial theme it would be best to talk to the theme author for support: https://modernthemes.net

    Thread Starter jmh02013

    (@jmh02013)

    Hi Andrew,

    Thanks for the quick response. It is a commercial theme (“Sensible”), and I would talk to the theme author, except that modern themes charges a fee for support on all of their free themes, which is something I’d like to avoid. I was hoping I could come here instead, if the solution requires a simple, quick fix.

    Could you suggest any minor customized CSS fixes that I might try?

    Thanks!
    Josh

    You added too many links for the theme’s navbar to hold…

    try adding this to custom css panel:

    
    .main-navigation a {
        padding: 15px 14px;
    }
    

    If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu title banner covers menu navigation links [Sensible WP theme]’ is closed to new replies.