- United States
- https://kjodle.net
- Joined on
2019-12-20
Block a user
portage_edit_post_link setting is not working
portage_display_credits setting is not working
portage_display_copyright setting is not working
6a75da7aae
Changed namespace in functions files
5b7c2f0cd6
Centered footer menu
5421708bd5
Centered social media menu
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;
}
Center the primary menu
Changed this in menus.css:
#belowheadermenu {
font-family: serif;
background: #fff;
border-top: solid 1px #333;
width: 50%;
margin: 0 auto;
}
to…
Center the primary menu
Changed this in style.css:
nav#top-menu,
nav#primary-menu {
font-size: 0.9em;
z-index: 100;
width: 50%; /* Need to set this via a variable */
margin: 0 auto;
}
to…
Center the primary menu
Changed this in style.css:
nav#top-menu,
nav#primary-menu {
background: #fafafa;
font-size: 0.9em;
z-index: 100;
width: 50%; /* Need to set this via a variable */
margin: 0…
Center the primary menu
That seems to have done the trick. Now just need to work on border and background issues.
Center the primary menu
Changed this in menus.css:
#belowheadermenu,
#belowheadermenu ul,
#belowheadermenu ul li,
#belowheadermenu ul li a,
#belowheadermenu #menu-button {
margin: 0;
padding: 0;
border:…
Center the primary menu
Changed this:
nav#top-menu,
nav#primary-menu {
background: #fafafa;
font-size: 0.9em;
z-index: 100;
}
to this:
nav#top-menu,
nav#primary-menu {
background:…