Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14958
    Judy Asman
    Participant

    Hi, Andre,
    When you can will you please tell me how to adjust the width of the nav menu on the top right? Thank you.

    #19584
    Sushil Adhikari
    Moderator

    You would need to use a child theme to make that kind of change, but the code for this is in the header.php file and would be this container’s class:

    But have to adjust the logo container as well, so if you add or take from the nav wrapper, you have to do the reverse to the logo container so both equal’s 12. The logo container has this class:

    Was this to have more room for a bigger menu? If so, you do have the option to use the Secondary menu location instead which goes below the logo and is full width above the showcase banner area.

    #19585
    Judy Asman
    Participant

    Hi there — yes that’s exactly what it’s for. I really need a wider menu. Coolness, I’ll check it out…

    #19586
    Judy Asman
    Participant

    Hi, Andre — the secondary menu is exactly what I needed. Thank you!

    Regarding my question though on resizing top nav — I would like to decrease the height of the logo/top nav area. Just to be clear, is that in the header.php file or in the CSS file? It looks like it’s this in CSS:

    #cir-logo-group-wrapper {}
    #cir-logo-group,
    #cir-site-title-group {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    }

    Is that correct?

    #19587
    Sushil Adhikari
    Moderator

    The height is adjusted based on height of logo, but also a padding on the container:

    #cir-site-header {
    padding: 2em 0;
    }
    
    #14959
    Judy Asman
    Participant

    Super — thank you again! I just caught that the height adjusts based on size of logo but this will help a lot.

    Appreciate your timely responses as usual…

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