- United States
- https://kjodle.net
-
I make zines, often in LaTeX. I also used to make things for WordPress; now I make things for ClassicPress. I also make other things. Life is a rich tapestry.
I am also at https://codeberg.org/kjodle.
- Joined on
2019-12-20
Block a user
Center the primary menu
Changed this in menus.css:
#belowheadermenu {
font-family: serif;
background: #fff;
border-top: solid 0.15em #ddd;
border-bottom: solid 0.15em #ddd;
width: 50%;
margin: 0…
portage_edit_post_link setting is not working
portage_display_credits setting is not working
portage_display_copyright setting is not working
Center the primary menu
Changed this in menus.css:
#footermenu {
font-family: sans-serif;
background: #333333;
}
to this:
#footermenu {
font-family: sans-serif;
background: #333333;
…
Center the primary menu
Change this in style.css:
#container {
margin: 0px auto;
max-width: 1000px;
min-width: 700px;
width: 80%;
background: #ffffff;
padding: 20px;
}
to…
Center the primary menu
Changed this in menus.css:
#belowheadermenu {
font-family: serif;
background: #fff;
border-top: solid 0.15em #ddd;
width: 50%;
margin: 0 auto;
}
to…
Center the primary menu
Changed this in style.css:
body > header {
border-bottom: solid 1px #444;
background: #ffffff;
}
to this:
body > header {
background: #ffffff;
}