Viewing 2 replies - 1 through 2 (of 2 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, it would be great to have a link to the site you are talking about so that we could work out the code on your site. This is a bit of a guess from working off the demo site.

    @media screen and (min-width: 768px) {
    .site-title {
        position: absolute;
        left: 180px;
    }
    .site-description {
        position: absolute;
        left: 180px;
        top: 50px;
    }
    }

    The above is a media query that limits the change to 768px and wider screens/windows as that is when the area with the title/logo changes for tablets/phones. See what you think, and if this doesn’t look right, please provide a link to your site.

    Thread Starter ecommonist

    (@ecommonist)

    Thank you sacredpath for your patch, it wasn’t working for this reason I guess… I was checking theme in a generic wp installation and seems that website logo option is only available when you use jetpack. I tested to deactivate it and logo is not available as option.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘logo on the left’ is closed to new replies.