Guten Tag
Ich möche beim Template fhs-whitespace die Navigation dauerhaft einblenden undf habe "$navMenu = "fully-open" eingestellt.
Das Menu wird aber nicht eingeblendet.
Herzlichen Gruss
Peter
fhs-whtispace
Re: fhs-whtispace
Diese Option blendet das Menü nicht dauerhaft ein, sondern dadurch wird das Menü (wenn geöffnet) komplett angezeigt, also auch das Untermenü.
Code: Select all
// NAVIGATION MENU
// The navigation menu can be (XH typical) "normal" or "fully-open".
$navMenu = "normal";
right: -300px; ändern zu right: 0;
Code: Select all
.mainMenu {
position: fixed;
top: 100px;
bottom: 0px;
/* right: -300px; */
right: 0;
width: 300px;
max-width: 100vw;
overflow-y: scroll;
overflow-x: hidden;
padding: 0 1em;
--scrollbarBG: rgba(var(
--mainBackgroundColor), .5);
--thumbBG: rgba(var(
--mainColor), .5);
scrollbar-width: thin;
transition: all .5s ease;
background: rgba(var(--mainBackgroundColor), .9);
z-index: 101;
}
„Bevor du den Pfeil der Wahrheit abschießt, tauche die Spitze in Honig!“ Ludwig's XH-Templates for MultiPage & OnePage
Re: fhs-whtispace
Vielen Dank für die schnelle Antwort!
Gruss aus Basel
Peter
Gruss aus Basel
Peter