Reply To: Icon for the Search is smaller than the Social Icons

#19095
p_rost
Participant

Hello,

I have my problem solved itself.
But I’m not sure if I’ve missed something here. The search I do not need, so I’ve been hiding the search bar in the header.

In another thread here in the forum I found an acceptable solution for me.

There is a CSS code that hides the search bar.

The original code was:

/ * Search box in the header to hide * /
form # {search form
visibility: hidden;
}

The social icons are but moved very far to the right edge.
I have modified the code:

/ * Search box in the header to hide * /
form # {search form
visibility: hidden;
}

Now the social icons remain in their original positions.

Best reagards.

Peter