• Closed
  • May 28, 2015 at 10:18 pm #17817

    On my page- http://evolutionslifecoaching.net/ I’m trying to decrease the menu height so that the tops of the menu items don’t display near the bottom of the menu. I’ve tried:

    .primary-menu {
    height: 25px !important;
    }
    in the custom css but to no avail

    Denzel Chia
    Moderator
    Posts: 2672
    May 29, 2015 at 6:50 am #17821

    Hi,

    Sorry, I do not fully understand your question.

    May I know if this is what you are trying to achieve? Please see screenshot. http://prntscr.com/7anhwx
    If yes, this is the code that I used in Theme Options -> Custom CSS

    .link-effect a {
    height: 2em !important;
    padding-top: 0 !important;
    }

    If this is not what you want, please kindly elaborate more and perhaps provide a screenshot with some pointers or annotation. This will help us understand your question.

    Thank you!
    Denzel