Helena Liu
asked 10 years ago

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
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro