Header Size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #15650
    Ron King
    Participant

    How can I reduce the height of the header? It leaves a lot more room above and below a logo than I prefer. I like it more like your site it, as in the top of this page.

    #20678
    Anonymous
    Inactive

    Go to Appearance -> Customize . There is settings called Header height with padding under site title and tagline . You can reduce the padding of top and bottom which are 2rem by default.

    #20686
    Ron King
    Participant

    Thanks. I actually found the setting very late last night. I hadn’t actually looked for it because, as far as I can tell, none of your others themes have that feature. If they do, let me know which ones they are please. You don’t have to tell me how to find it, if I know they exist I ‘ll find them.
    Thanks for getting back to me. Ron

    #20687
    Ron King
    Participant

    Here’s a related question. Is there a way to change the height of the menu bar that is just under the header? I would like it to be more like the size you have at the top of this page. Also, it there any way to use an image background in the menu bar?

    #20688
    Ron King
    Participant

    I sent in a question to do with the menu bar on Thursday but haven’t received a reply. Could you please address it?
    Thanks, as always.

    #15651
    Anonymous
    Inactive

    Here is the code which is related with it on style.css file

    .primary-navigation li {
        border: 0 none;
        display: inline-block;
        height: 3.188rem;
        line-height: 3.188rem;
        position: relative;
        text-align: left;
    }

    reduce the both height and line-height there to reduce the size of this primary navigation bar. I hope you’ll use child theme make these change.

    And I’m extremely sorry we’ve missed your question with menu bar. Can you please point out that thread we will reply it asap.

    Thank you !

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.