Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi Nfejr,

    If you wish to align your logo on to the left, you should take help of custom css. Please add this css on to additional css section of customizer or on child theme style.css:

    .header-inner {
        text-align: left;
    }

    Let us know how it will goes for you.

    Thanks

    Thread Starter nfejr

    (@procommunicator)

    Ok, that worked! Now, how can I move the image to the right? It’s up against the left side of the page. I’d like to move it to the right about half an inch.

    • This reply was modified 8 years ago by nfejr.
    Theme Author Styled Themes

    (@gejay)

    Hi there,

    YOu can give margin to the left of the logo, you can see margin-left css property is well explained on this article For an exmple:

    .header-inner {
        text-align: left;
        margin-left:5px;
    }

    Thanks

    Thread Starter nfejr

    (@procommunicator)

    Thank you very much. So many theme authors never respond to requests for help. You have been very helpful! I’m going to close this and mark it as problem solved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Left align logo in header’ is closed to new replies.