Okay
  Public Ticket #527283
menu-item
Closed

Comments

  • Janie started the conversation

    Hi, I'm trying to customize the menu on my site. It's only being hosted locally so I can't show you. My problem is that I'm trying to change the padding on the menu-items, but I found that there are inline styles controlling in the link tags. I took a screenshot of what I'm finding when I inspect the element. This seems it would be an easy fix, but since everything is generated dynamically I can't find where this code lives in any of my files. If you could direct me to where I could change these styles, I would greatly appreciate that.


  •  8,990
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    header#top nav > ul > li > a {
        padding-bottom: 38px !important;
        padding-top: 10px !important;
    }

    Thanks


    ThemeNectar Support Team