Church Theme – Menu spacing

Home Forums Omega Child Church Theme – Menu spacing

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1508
    sweeper154
    Participant

    I’ve got a menu that spans to a second line and was hoping to keep it on one. Is there a way to reduce the spacing between the menu items?

    Thanks in advance! 🙂

    #1526
    han
    Keymaster

    Go to “Appearance > Customize > CSS”, and add this code

    .omega-nav-menu a {
        padding: 28px 15px;
    }
    #1529
    sweeper154
    Participant

    Thanks Han but that didn’t seem to work. I have two entries in the CSS panel as below.

    .omega-nav-menu a {
        padding: 10px 5px;
    }
    
    .singular-page .entry-header {
    display:none;
    }
    

    The padding doesn’t make any change on the menu. Is there a step that I may have missed?

    #1530
    han
    Keymaster

    Do you use the latest Church theme?
    If not, please upgrade church child theme. If it’s still issue, please provide your site URL so I can debug.

    #1533
    sweeper154
    Participant

    Thanks for the follow up. I was using 0.2.7 and upgraded to 0.2.8 and that fixed the issue.
    Much appreciated!

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

You must login to reply to this topic.