Theme Hatch CSS

  • Unknown's avatar

    hi,

    i want to change the place of my logo.

    i would like the logo takes place at the left of the tittle.

    can you help me for this?

    best regards.

    Romain.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Add this and see what you think. Since you have a responsive width theme, make sure and narrow your browser window down to a narrow point so you can see what happens to the title and description. They don’t work as cleanly as they did in their original position. I can play with it a little more, but with the image resizing as the screen gets smaller it might be difficult to get it to work smoothly.

    .site-title, .site-description {
        position: relative;
        top: -120px;
        left: 130px;
    }
    
    #masthead hgroup {
        overflow: visible;
    }
    
    hgroup, #masthead {
        height: 120px;
    }
  • Unknown's avatar

    THANKS A LOT!

    it works perfecly like i wanted!

    thenk you again.

  • Unknown's avatar
  • The topic ‘Theme Hatch CSS’ is closed to new replies.