Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32766
    Sylvain NAVARRE
    Participant

    How PLEASE align logo + title on the same line at the top left or center of the page.

    With a background: background-color: transparent background-image an image png gray 40% created via photoshop

    For all pages of the site

    thank you
    silvan

    #32780
    Sakin
    Keymaster

    Hello Silvan,

    You can add the following css in “Appearnace => Theme Options => Custom CSS” box to align Site Title and Logo in same line.

    #hgroup.with-logo {
        clear: none;
        display: inline;
        float: left;
    }

    Where are you trying to add in the background image. Please explain with your site URL.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo and Title’ is closed to new replies.