Reply To: Buttons on Menus/Nav Bar

Homepage Community Forums Epik Theme Support Buttons on Menus/Nav Bar Reply To: Buttons on Menus/Nav Bar

#8266
danielghebert
Customer

    I tried that, but it didn’t work. I found out how to position/ align the buttons with the rest of the nav bar:

    I added this to .menugreen:

    position: relative;
    	left: -5px;
    	top: -3px;

    And this to .menuorange:

    position: relative;
    	top: -3px;

    The only thing now is that it does a funky motion when I hover over it. I tried adding the same codes to menugreen:hover, but didn’t work.

    Getting there! 馃檪