• Resolved internationils

    (@internationils)


    Hello,
    thanks for a great theme! I have one problem (well, two, but one solution is in the archives):

    – When using %page-right, the menus are in reverse order. This is fixed by reversing them as in http://forum.bytesforall.com/showthread.php?t=2838

    – The real problem is that when using sub-submenus (i.e. a top level item documents, sublevel gardening, sub-sublevels grass, flowers, trees) the sub-sublevel is misaligned. The Menus flow off to the left, (not as nice as could be but OK), and are one line _below_ where they should be, meaning they are impossible to select (unless you manage to cross the one pixel wide diagonal border)

    I’m using “%logo %page-right %bar1 %image %bar1” and it works correctly with %pages and %page-center

    Thanks for your help
    Nils

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you try adding this to the CSS Inserts section and see how it looks:

    div#menu1 ul.rMenu-ver {
       left: 0px;
    }
    div#menu1 ul.rMenu-ver ul.rMenu-ver {
       left: 50%;
    }

    If it’s not working very well, post a link to your site so I can take a look.

    Thread Starter internationils

    (@internationils)

    I added the css and now the sub-submenus appear (still) below the parent (as opposed to next to them), but 50% shifted to the left. This works well enough. Thanks!

    I have another issue (private pages being shown in the pages menu) but I’ll open a new issue for that.

    Thanks
    Nils

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sub-submenus misaligned when using %page-right’ is closed to new replies.