Logo link not clickable

Homepage Community Forums Epik Theme Support Logo link not clickable

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5706
    curtdonohue
    Customer

      Hi Eric,

      Great info. The website I’m having issues with is http://littlebizsmarts.com/lbs/.

      I’ve managed to get my logo sized that way I want and I’ve modified the functions.php file that you noted above.

      I’ve also added the Genesis Responsive Header by “Nick the Geek” per one of the other threads I found.

      The issue I’m having is that the logo is not “clickable.” I thought the uploaded logo images were supposed to be clickable.

      Did I do something wrong?

      Thanks!

      Curt

      #5723
      Eric
      Customer

        I moved your post to a new thread to keep things separate and organized. The other post was supposed to be closed, so we’ll continue here.

        In your css look for and change the width on this –

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

        The width just needs to be wider, try around 58% or add a fixed width like 200px instead. If the widget area on the right falls down, then you’ll need to decrease the width on it so that both the header title area and widget area are both equal to 100% or less.


        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.