Archived topic
Behaviour on iphone
5 replies · Started by Ted van Vliet on December 11, 2015
Hi Tom,
Can you check the left side of the header on an iphone. There are some pixels there i cannot fix...
this is my css code:
.custom-fixed-header {
position: fixed;
top: 2000;
width: 100%;
z-index: 2000;
}
.container {
padding-top: 20px;
}
Thanks!
Ted
Any chance I can see the site?
Sorry....
Treurenburg.com
I don't have an iPhone but I just checked on my iPad and everything looks great.
Any chance I can get a screenshot of what you're seeing?
Seems like problem is solved now.
Just need to get rid of the pixels between footerwidgers an footer...
This CSS should do that:
.footer-widgets .image-in-widget-plugin {
margin-bottom: 0;
}
