Hi! I know you just posted your theme, succulent, but I did notice that the social icons stop being clickable links once it's resized to mobile. This is the case on your preview site, so I'm fairly sure it's not something I've done. I would appreciate it greatly if you could provide a solution to this :) Thanks for providing awesome, free themes! I'm really excited about this one.
Hey, thanks for bringing this to my attention and the kind words! It’s fixed now and I’ve updated the code.
The problem was with the tumblr iframe covering the social icons and I always forget it exists on pages.
For anyone else having this problem currently and doesn’t want to reinstall the code, you can do the following:
Find this media query and add:
@media only screen and (max-width: 720px) { body > iframe:first-of-type { top: 80px; }}









