• Hi all,

    I am using the Category Posts in Custom Menu plugin to list the posts in a category of my dropdown menu (Carnets autour du monde > Russie)

    https://www.durocketdescarottes.fr/

    I would like to align the second degree dropdown menu listing the posts, to the right of the arrow of the parent menu. Right now it opens at the bottom of the parent menu label (Russie), which is not pretty and also hinders navigation.

    Thank you in advance for your help,

    • This topic was modified 7 years, 3 months ago by durocketuk.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Durocketuk,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .tc-submenu-fade .nav>li>ul {
      left: 34%;
    }

    Thanks!

    Thread Starter durocketuk

    (@durocketuk)

    Dear emranemranx,

    Thank you very much for your help.

    However, your selector modifies the position of the first degree dropdown menu, whereas I want to align the second degree menu (the list in Carnets autour du monde > Russie) to the right of the first degree dropdown menu (Carnets autour du monde). At present, when hovering on Carnets autour du monde > Russie, the list of posts is positioned relative to the menu item (Russie) and therefore occludes the rest of the menu. I want to position the left edge of the second degree dropdown menu to the right edge of the first degree dropdown menu.

    I hope this is clearer.

    Many thanks in advance,

    Benjamin

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style dropdown submenu’ is closed to new replies.