• Resolved BrightHorizons

    (@brighthorizons)


    Hello

    Many thanks for solving my menu issue. I have noticed that there is no indentation for sub menus in the widgets.

    So for example on my footer some menu items have more sub menu items. These appear when one moves over them but it is not clear these are sub menu items.

    Is this the expected behaviour?

    Also in my themse sub menu items from the top bar where my main menu is do not appear clearly, probably because they are white on white. Do I need to chaneg the background colour of the “services” section on the Front page to make the sub menu items more visible?

    Thanks a lot in advance.

    Sincerely

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s not really expected behaviour, it’s just something that wasn’t taken into consideration. But it will be added for the next update. Here’s what you need to do in the meantime:

    .footer-widget-area .sub-menu {
        display: block !important;
        padding-left: 20px;
    }

    You can add that straight to your style.css because the next update will also contain this code.

    Sorry, I missed the menu thing.
    Add this:

    .top-bar {
       z-index: 99999;
    }

    To answer the question regarding the thumbnails from your other thread, simply change the image to one similar to the other two you’re using. That’s the way to get them aligned because there is no hard cropping for those images.

    Thread Starter BrightHorizons

    (@brighthorizons)

    Thanks a lot again.

    I have added both pieces of code and it works fine now, thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No indentation and no visibility for sub menu items’ is closed to new replies.