Hi there,
First of all, thanks for this awesome theme! Really great to work with!
I have a question though, I've modified the theme a little bit to show a custom link in the right corner (contact) on the mobile version. The code I've put in the mobile CSS & HTML are:
--// CSS //--
.sitetitle {
display:block;
position: fixed;
font-size: 20px;
top: 20px;
left: 20px;
border-bottom: 3px solid #000;
padding-bottom: 3px;
}
.contactlink {
position: fixed;
font-size: 20px;
border-bottom: 3px solid #000;
padding-bottom: 3px;
bottom: 20px;
right: 20px;
}
--// HTML //--
<div class="contactlink">
<a href="/contact/">Contact</a>
</div>
However, this code of mine causes the contact page to not show any content on the mobile view. Desktop works fine and shows all the right content. Any ideas what might be causing this problem?
Oh, and how do you know a way to change the captions font size for the mobile view?
Thanks a lot! I hope my explanation has been clear enough for you to grasp.
With kind regards,
Boris .