Pinboard- centering logo in header

Viewing 4 posts - 1 through 4 (of 4 total)
  • #17123
    cbailey
    Participant

    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

    #17127
    Daniel Tara
    Keymaster

    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;
    }
    #17128
    cbailey
    Participant

    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

    #17129
    cbailey
    Participant

    Ah, figured it out.

    Thanks again, Daniel!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.