I need to center the logo in header, can you help me with css?
i want to delete header widget and center the logo.
2 Answers
Hi Zelatech !
If you want to center logo on the DW Focus. After removing the Header widget, You can add the following code to the “Header Script”.
<style>
.site-header #branding h1 {
margin: 0 0 0 377px;
}
</style>
Hope this helps !
ok, now i have
but mobile logo is still too smal. it’s possible to enlarge black bar to best fit logo?
We have answered this issue at the following link:
Please login or Register to submit your answer