• Hi All,

    I installed the blackbird theme and after installation there were 2 pages created automatically – “Home” and “Sample Page”. I renamed “Sample Page” to “Home” and there are 2 “Home” links in my NAV. How do I get rid of the default “Home” page that was created during installation.

    I also want to know if its possible to align the logo in the center. Currently it is aligned “left”.

    Thanks in advance to all!

Viewing 1 replies (of 1 total)
  • Thread Starter AskFred

    (@askfred)

    Hi,

    I managed to sort out the 2 “Home” page links in my NAV.

    I just wanted to know how I can align the logo in the exact center of the website. My test site is https://janataengineeringworks.com/fred/. The code says that the logo is in the center.

    Just in case if this code helps

    }
    .header .logo {
    margin-top:20px;
    }
    header .logo img {
    max-width:100%;
    height:auto;
    align:center;
    }
    #logo {
    text-align: center;
    }

    Thanks in advance

Viewing 1 replies (of 1 total)
  • The topic ‘Help with Homepage’ is closed to new replies.