-
miller_timesParticipant
Hello all,
Loving the Pinboard theme, interesting and modern but elegant.
I’ve been expanding my custom css to make necessary layout changes and I have also removed the search/icons from the header by editing header.php (found out how in an earlier support thread, nice!).
In the process of formatting the menu (it now looks just right) I have disabled/hidden the mobile menu functionality. I thought it might be the method I used to center the menu, but shifting the .nav-show and .nav-hide classes back to the left haven’t fixed the issue like I hoped. Help! Loved that handy feature.
Here is the blog:
http://jeffwesthome.com/thejlist/Here is my custom css:
#wrapper {
background-color:transparent;
box-shadow:none;
}
#header {
border-top:none;
}
#access {
background-color:transparent;
box-shadow:none;
overflow:hidden;
position:relative;
float:left;
width:100%;
}
#access ul {
text-transform:lowercase;
clear:left;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
left:50%;
text-align:center;
}
#access li {
background-color:transparent;
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
}
#access ul li a {
background-color:#ff6666;
color:#fff;
display:block;
margin:0 20px;
font-size:175%;
}
#access a:hover,
#access li.current_page_item > a,
#access li.current-menu-item > a {
background-color:#ff9999;
}P.S. You guys should get a favicon! A nice leaf like the in the “one” logo would look nice.
Tagged: menu, Mobile, mobile menu
You must be logged in to reply to this topic.