Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter re1mussa

    (@re1mussa)

    /* — header — */
    /* Logo */
    #logo { position:absolute; top:80px; left:3px;}
    #logo h1, #logo h2 {float:left; padding:0;}
    #logo a { font-size: 28px; color: #000; cursor: pointer;}
    #logo a:hover { text-decoration: none; color: #ccc; }

    #description { font-size:16px; float:left; color:#fff;}

    Thread Starter re1mussa

    (@re1mussa)

    custom-logo.php

    if ( get_theme_mod_tm(‘logo_image’, ”) ) {
    // LOGO URL must be single quote, see below
    $logo_styles .= ‘ background-image: url(\” . get_theme_mod_tm(‘logo_image’, ”) . ‘\’);’
    . ‘ background-repeat: no-repeat;’
    . ‘ background-position: top left; height:150px; ‘

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Custom Logo] Move Custom logo to left?’ is closed to new replies.