anemone lager box for logo

  • Unknown's avatar

    Hello

    Hope you can help, I have Anemone and want to make the box where sitetitle and logo is in the top a little bigger in the hight

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

  • Unknown's avatar

    Hi, you can adjust the 100px min-height value with the following CSS to increase the height of the header area on Anemone.

    .site-header {
        min-height: 100px;
    }

    The site logo though, may be limited to a certain size. If you add a site logo, we can see about increasing the size of it. We may have actually replace the existing logo using CSS to be able to increase the size of it. If you can add one, we can see what will be required and help out with that.

  • Unknown's avatar

    Thanks, I have placed a logo but i want the logo in the left side so the text stands beside. I don´t want the logo over the text

  • Unknown's avatar

    This isn’t optimal, but give it a try. It doesn’t line up well at some points when the browser window is narrowed, but it seems on this theme it is about the best I can do.

    .site-title {
      background: url("https://fysioterapimoldedotcom.files.wordpress.com/2015/11/logo-prc3b8ve.jpg") no-repeat scroll 0 -10px transparent;
      background-size: 120px auto;
      height: 80px;
    }
    .site-logo-link {
      display: none;
    }
    .site-title a {
      padding-left: 40px;
    }
  • The topic ‘anemone lager box for logo’ is closed to new replies.