Replies: 0
Hello!
I got a Baskerville theme on my website.
How can I change the padding for <a> element with my logo inside, to align it vertically with other menu items.
Tried to use CSS rule:
.menu-image-title-hide .menu-image-not-hovered {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
But have no luck with it.