Hi
I was wonder how to add:
.boxed .container .stretch_full
To landscape iPhone. I can get it in portrait on the iPhone 5 but not in landscape. @media only screen and (max-width: 767px)
Thanks
Mark
http://www.barbadosapartment.com
Hey markbener!
Please use this on your custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
.responsive .boxed#top {
width: 100%;
}
}
Remove browser cache then reload the page a few times.
Cheers!
Ismael
Thank you soooooo much Ismael!
Mark