Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #407160

    See this page: http://heslethouse.com/

    I created a logo that is 800 x 150. I want it to show full size. I thought I set it up ok, but not showing that size. What do I do?
    Thanks

    • This topic was modified 9 years ago by elames.
    #407185

    Hi elames!

    Please add following code to Quick CSS

    .logo img {
      height: 100%;
    }
    strong.logo {
      width: 100%; 
    }
    .html_header_top.html_logo_center .logo {
      left: 68%;
    }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.