joern2
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: White space above header mobileI see, in iphone dark mode its all black and in normal its all white.
Seems like my site doesnt regognize dark mode somehow
Forum: Everything else WordPress
In reply to: White space above header mobileI know http://www.e24.no is a black site and has no problems with the white bar on top. But how they did that and how to check the code is above my skill level.
Forum: Everything else WordPress
In reply to: White space above header mobileThat actually fixed the top and bottom when “over” scrolling, but the white bar at the top and when updating the site by scrolling up was more tricky to get rid off.
It also made the website more “bugged”, as you can see in these 2 videos.
In the first one (without code) you can see updating the website and scrolling down works fine(without code). In the second one (with code) it bugs out by preventing me to scroll down almost like it freezes and it fixes by letting go of the screen. After that you can see it refuses to update site when trying to scroll up like it usually does.
I will leave the code up for a while so you can try if you get the same problems
View post on imgur.com
html,body{
width: 100%;
height: 100%;
margin:0;
padding:0;
overflow-x:hidden;
}
Thanks for the feedback on the aesthetics, but its mostly built after a template
Forum: Everything else WordPress
In reply to: White space above header mobileTried to add it in both customize -> additional CSS and styles -> css and neither worked unfortunately
- This reply was modified 1 year, 9 months ago by joern2.
Forum: Everything else WordPress
In reply to: White space above header mobileView post on imgur.com
Look at both those photos, you can see the white bar at the top and the white bar when i scroll to the bottom of the site. Same happens when you try to scroll up on the top aswell.
This is only on mobile (Iphone, safari)
- This reply was modified 1 year, 9 months ago by joern2.