Here is the link to my site:
daisy.camorada.com
within the <style>
tag there is this:
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
I have this so that the information in the will not be behind the navbar at the top, however, as you can see with the screenshot image below, when i visit my site with an iPhone, the padding at the top (i think that is the problem) is way too much as it pushes down the navbar.
How can I make the navbar appear at the top in both normal browsers & the iphone?! I don't think that it is a conflict issue with my other .css files. Thanks in advance for your help!