#
November 25, 2012 at 6:49 am
Hi,
I’m currently creating my website called [http://www.boeddo.com](http://www.boeddo.com “Boeddo”).
But I have one problem, when I go to the website on my iPhone everything works fine, but when I turn it to landscape mode, some text goes away. Here is the picture: [pic.png](http://www.boeddo.com/pic.png “Landscape mode”).
This is the CSS:
#welcome_holder {
width: 100%;
position: fixed;
top: 110px;
background: none;
}
#welcome {
width: 960px;
margin: auto;
font-family: Helvetica;
font-weight: bold;
background: none;
position: relative;
top: 140px;
margin-left: auto;
margin-right: auto;
}
.text-border {
display:inline-block;
background: rgba(136, 136, 136, 0.3);
padding:12px;
margin:4px 10px;
color:#fff;
font-size: 36px;
}
.no-rgba .text-border {
background-color:#888;
}
and this is the HTML:
Hi there!
Welcome on my site
My name is Quincy Kools
I’m an interactive developer
Have fun :-)
Could anybody help me, please?
I would like that the text is visible on my iPhone.
Thanks, Boeddo
(Sorry when I speak bad English, I’m a Dutch man)