[pmwiki-users] Fixed horizontal menu in the 2016 skin

kirpi at kirpi.it kirpi at kirpi.it
Fri Aug 5 04:53:12 CDT 2016


While trying to make some experiments with the split new 2016 skin,
I'm not sure that I understand how to move the sidebar (the menu, that
is) from its standard position to a fixed one at the top of the
screen, horizontally, when on regular screens.

I tried several things around these settings:

@media screen and (min-width:35em) {
    #wikisidebar { position: fixed; top: 0; right: 0;  }
    #wikileft { float: right; position: absolute; right: 0px; }
    #wikileft ul { list-style:none; }
    #wikileft li { display:inline; }
}

yet, no matter how much creative variations (!) I tried, all I ended
up with is an absolute mess.
Most probably I miss to understand how things should work in the background.

Does anybody have any hint, please?

Luigi



More information about the pmwiki-users mailing list