Hi, i need to margin top or bottom search button from at header how can i do this? Thank you
@erik10 I could not understand your question properly. If you are trying to adjust the margin of search and social icon part. Please use the following css in custom css option.
.hgroup-right { margin-bottom: 20px; margin-top: 20px; }
You can adjust the value to your liking.