It looks like you're new here. If you want to get involved, click one of these buttons!
/* Reposition Side-bar across top of page. */
body {
margin: 10em 0 10em 0;
height: 100%;
font-family: Geneva, "Helvetica Neue", Helvetica, sans-serif;
/*
color: black;
background-color: white;
*/
text-align: left;
}
#sidebar {
position: absolute;
top: 0px;
left: 0px;
width: 98.2%;
overflow-x: hidden;
/* border-bottom: solid black 1px; */
border-bottom: solid white 1px;
}
#sidebar * {
/* color: black !important; */
background-color: clear !important;
display: inline !important;
width: 30%;
font-size: 1.5rem;
position: right;
}
#sidebar a:hover, #sidebar #snapback:hover, #sidebar #restart:hover {
text-decoration: underline !important;
}
#sidebar a:active, #sidebar #snapback:active, #sidebar #restart:active {
/*
color: white !important;
background-color: black !important;
*/
font-size: 1.5rem;
display: inline !important;
}
#sidebar li, #sidebar li > span {
margin-left: 1rem;
margin-right: 1rem;
}
#sidebar a, #sidebar a:hover {
border: 0 !important;
box-shadow: none;
}
.menu {
/*
color: black;
background-color: white;
*/
opacity: 1;
font-size: 1.5rem;
/* border: solid black 1px;
box-shadow: black 0.1em 0.1em 0; */
border: solid white 1px;
box-shadow: white 0.1em 0.1em 0;
}
.menu div:hover {
/*
background-color: black;
color: white;
*/
}
#credits, #share, #titleSeparator, #sidebar li br {
display: none !important;
}
/* Reposition Passage Header to left side of page. */
.passage .header {
position: absolute;
top: 0;
left: -14em;
width: 38em;
height: 34em;
overflow-x: hidden;
border: solid white 1px;
border-radius: 1em;
background: centre;
}
Comments
The following CSS selector is the one you need to use, obviously you will need to determine the correct value for the margin-left property.