Main Menu Text Alignment

Latest Reply from Alice at 2014-10-20 03:34:09
I am trying to arrange the text in the main menu, I need it to move up a bit from being centered as it is now, so that the bottom line on "Law Enforcement Agencies" isn't hanging off in space.

https://narcoticofficersmagazine.com/WordPress_New/

I am pretty sure what I want to change should be somewhere right in this bit of the CSS-

#mainmenu-container {
height:66px;
background:url(images/menu.png) left top no-repeat;
padding:1px 44px;
margin:0 -44px;
position:relative;
z-index:19;
}

#mainmenu li a {
text-align:center;
color:#4faec5;
display:block;
text-decoration:none;
font-size:18px;
font-family: 'overlock', sans-serif;
padding:15px 25px;

}
#mainmenu a:hover{
background:#48484a;



However, I've played with everything there that I thought would fix it (in my child CSS), and I'm still not getting it moved. If someone could point me in the right direction I would greatly appreciate it.
No help? It seems like it would be a small thing, but I've changed all the variables that appear to me like they would accomplish this, but still having no luck. I kinda imagined if you paid for a extended license, you might get a little support, but I guess not. I guess I'll try Wordpress.org
Hi!
Our themes don't support child themes. Besides, you have changed the theme greatly. All changes such as change background, change font, or add new elements, etc you can do by yourself editing css and html at your own risk.
We don't provide any services, paid or unpaid, for editing themes for individual users.

Leave a reply

Add codeAdd image