links to post not working in mobile

I love the theme and found it to fit most of the needs of my site. However, I came upon a big issue: in my child theme of Dazzling, the links to posts are not “clickable.” Oddly, on a web browser, they are. I’ve tested with two different Android phones and the links (both the titles and the “continue reading” buttons) do not respond. Any suggestions on how to fix this? My temp site is at http://riverrock.nfshost.com/. Thanks!

Some code in your sidebar widgets breaks theme functionality but not sure which one. Instead of trying to debug you can just add this code to Theme Options - Other - Custom CSS and this problem should go away.

#secondary {
    float: left;
}

Thank you so much – that did the trick!