Header is strange

Homepage Community Forums Epik Theme Support Header is strange

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5025
    tkyorahat
    Customer

      Hi,

      My header looks very strange, is there anyway that I can fix it?

      http://www.custothemes.com

      #5033
      Eric
      Customer

        Your header logo width is 50% and the widget area is 65%…..you’ll need to decrease one or both to make sure they both don’t exceed 100% or the widget-area will fall off to the side.

        .header-image #title, 
        .header-image #title a, 
        .header-image #title-area {
            display: block;
            float: left;
            min-height: 120px;
            overflow: hidden;
            text-indent: -9999px;
            width: 50%;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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