zelatech
asked 10 years ago

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

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 !

zelatech
replied 10 years ago

ok, now i have

but mobile logo is still too smal. it’s possible to enlarge black bar to best fit logo?

Wilfred
answered 10 years ago

We have answered this issue at the following link:

mobile logo fullwidth.. how to.

Powered by DW Question & Answer Pro