I installed the theme but the search icon in the search forms are off-centre (http://blog.helenaliu.com/) compared to the live demo. How do I fix this?
1 Answers
Hi Helena,
Such a nice blog you are having there.
To center the search icon in the Wallpress, You can log in to Dashboard > Theme > Customize > Custom Code then add the following code to the “Header Code”
<style>
#searchform:before {
margin-top: -12px;
}
</style>
Hope this helps !
Please login or Register to submit your answer