This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Footer links don't work

  • Creator
    Topic
  • #6451
    mowerb
    Member

    The footer on my site using the Alyeska theme is not working. I cannot click links or even select text. I can’t think of any recent changes that would have caused this… Any ideas of how I could fix this?

    http://ballardlawidaho.com/

    Same results on Chrome, Safari, Firefox, and on my iPhone.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #6466
    Jason Bobich
    Keymaster

    Hello,

    It’s from this in your Child theme’s custom.css:

    /*to tighten up space below the footer content*/
    
    .footer_content {
      height: 200px !important;
    }

    Because the footer’s padding and content are larger than the 200px, you’ve now got a kind of weird, over-hang effect where these links are essentially covered up.

    Try something like this instead:

    /*to tighten up space below the footer content*/
    #bottom .footer_content .container {
      padding-bottom: 0;
    }
    #6470
    mowerb
    Member

    Fabulous. That seemed to do the trick. Links work now and I get the same effect.
    Thanks Jason

Viewing 2 replies - 1 through 2 (of 2 total)
  • The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.