Hey there
How can I get rid of this white bar in mobile view? it only appears only on the front page. on subpages the white bar isnt there
Attached is a screenshot for better understanding
thanks a lot.
Maik
Hey there
How can I get rid of this white bar in mobile view? it only appears only on the front page. on subpages the white bar isnt there
Attached is a screenshot for better understanding
thanks a lot.
Maik
Hello Maik,
Were you able to get this sorted?
I tried checking the homepage in two mobiles and I am not seeing the faint white line below the logo.
Please try to clear your site’s and browser’s cache.
Hope this helps.
no it is still there… i see this error with dev tools in chrome and also on my and friends phone.
Hey Maik,
Try adding the following code in the Theme Options > CSS:
@media screen and (max-width: 979px) {
.masthead-stacked .x-navbar {
margin-top: -1px;
}
}
Since you’re using a cache plugin so don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
thanks
- problem fixed 
Glad we could help.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.