Logo no longer 'clickable' after upgrading to Genesis 2.0

Homepage Community Forums Epik Theme Support Logo no longer 'clickable' after upgrading to Genesis 2.0

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6961
    rosiemedia
    Customer

      Everything else seems ok except for the logo not linking back to home like it did before. Any ideas? http://epik.rosiemedia.biz/

      #6968
      Wes
      Moderator

        The width is set to 35%. You could probably just change it to around 300px or so. Look around line 681 in your css and change the width to 300px like this –

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

          Thank you, Wes! That did the trick.

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