Hello,
Can you help me with a problem with the design “pinboard”?
By a change or a plugin I have installed a bug in my homepage.
A backup is available, but very old.
My problem:
The Icon for the Search and the input line for the search top right of the header near the Social Icons is smaller than the Social Icons.
The website is still under construction and is: http://www.fanfarenzughochheim.de/version4
My wish:
Restore the original size or removing the search icon and disable the search in the header.
Can you give me any relevant tips?
Thanks in advance.
Best reagards
Peter
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