George
asked 9 years ago

hi!
Can you help me to put logo in the center of header? Saw that threads (http://www.designwall.com/question/logo-in-centre) (http://www.designwall.com/question/dw-focushow-to-put-main-logo-on-center-of-header/)
But I haven’t that code(<div id="sidebar-header" class="span9"> or <div id="branding" class="span3 visible-desktop">) in my header.php (dw focus 1.2.6)

1 Answers
DominicStaff
answered 9 years ago

Hi,
If you want to make logo image in the center of the header, you can open the header.php file.
Replace the following code (Line 27):
<div class="col-md-4">
With new code:
<div class="col-md-12">

Then add the following code to the style.css file:

.site-header .site-logo {
    text-align: center;
    display: block;
}

Hope this helps !

leprotravel
replied 9 years ago

Thanks! Works perfectly!

Powered by DW Question & Answer Pro