Currently, I am customizing a child theme in WordPress and facing an issue with the search box placement. Instead of having it at the top of the header, I want to move it to the bottom.
Therefore, I am looking to replace the
#searchform {
top: 2.8em;
from the parent theme with
bottom: 2em;
In the child theme. Is there a way to achieve this without calculating the total height for "top" replacement?