Hi Daniel-
Two questions related to the Pinboard theme:
1. How can I center a header logo, rather than the default left justified? As you know, if I create a single wide header image to force center it, the logo in the image appears too small/barely visible on mobile devices.
2. On mobile devices, the menu appears as a small menu icon which one has to click on to make menu names visible. Is there a way to make the menu names load visibly and avoid the small menu icon altogether?
Thanks very much-
Chad
Add the following to your custom styles:
#site-title {
float: none;
}
#site-title img {
display: block;
margin-left: auto;
margin-right: auto;
}
#access .nav-show {
display: none;
}
#access:target .menu a {
height: 40px!important;
}
Thanks for the quick response, Daniel.
I believe you mean for me to copy and paste into one of the php templates, correct?
If so, can you please advise which one(header?) and correct location within other code elements?
Any guidance with these details is very much appreciated!
Chad