Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    First of all, your customization to the theme is beautiful. Great work.

    To make the change, add the following css in your theme’s style.css file

    #top-navigation {
        height: 40px;
    }

    I assume you are using child theme for all your customizations.

    Thanks

    Thread Starter carolinereusen

    (@carolinereusen)

    Thanks so much, it worked! And thank you for your kind words!
    I have to admit that they are not modified on child theme. I made all the modifications a while back and then downloaded a plugin that does not update the theme.
    Is there a way in which I can change to making modifications in child theme? I’ve been unsure of how I should handle that.

    Thread Starter carolinereusen

    (@carolinereusen)

    Also – is there a way to align the top navigation menu items to the right of the screen instead of the left?

    Hi C

    You can definitely move your changes to a child theme and I would you to do it sooner than later.

    You can follow codex or this blog to see how to create a child theme and make it work. It is fairly simple.

    create a child theme and move all your changes to the child theme and always keep your wp, themes and plugins up to date.

    to align top navigation to the right add the following css

    #top-navigation .sf-menu {
        float: right;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Top Navigation Height’ is closed to new replies.