• Hoping someone can help me.

    My drop down menu on my Who I Help tab on the home page has gone off centre and I have no idea why?

    If you visit my URL: https://www.inspiredbusinessconsulting.com and hover over Who I Help you will see. It previously dropped below the Who I Help section.

    Can someone advise me how this can be rectified?

    Thanks in advance,

    Aaron

Viewing 1 replies (of 1 total)
  • I would recommend pasting the following code either in the style.css file in your child theme folder, or at the very bottom of the style.css folder for your theme.

    Please note that any changes you make to a theme should be saved in a child theme. Making child themes is the only way to ensure that your files are not overwritten when your theme updates itself.

    .block-type-navigation ul.menu li:hover > ul.sub-menu, .block-type-navigation ul.menu li.sfHover > ul.sub-menu {
    left: auto;
    margin-top: 3px;
    margin-left: -105px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘My Drop Down Menu Has gone off centre?’ is closed to new replies.