Venture Theme: Search bar icon (Magnifying glass) issue.

Hello.

I am having an issue with the Search bar icon for “Venture”.

The magnifying glass icon appears to be lower than the search bar and the shopping cart icon. Is there a way to center it or remove it all together?

As you can see, when hovered over the icon turns orange and appears to hang outside the search bar instead of being centered.

Website URL: www.hydrillagear.com

Looks like there’s padding set on your .site-header__link class:

.site-header__link {
    display: inline-block;
    color: white;
    padding: 10px;
    line-height: 1;

You could remove the padding on the class above and add padding to this class below:

.site-header__cart {
    position: relative;
    padding: 10px;
}

This is exactly the similar search bar issue which I was facing from many months but recently solved by getting this digital agencyservice as you can see here.