Tagged: x
-
AuthorPosts
-
May 20, 2016 at 12:12 pm #1001823
At certain zoom levels and browsers a white line appears between the top bar and header of my site. Is there a CSS fix or even a way to put a background colour behind the both?
I’ve tried changing the header background colour from white to the sites green but still no joy.
Screen grab attached!
Thanks for any help,
Chris
May 20, 2016 at 3:39 pm #1002078Hey there,
I don’t see any white line on my site load. Can you try clearing your browser cache?
Thanks
May 23, 2016 at 1:00 pm #1005688Just done this but still appearing when viewed on the mentioned browsers using a windows computer…
May 23, 2016 at 1:20 pm #1005721Hi there,
I have checked your site on Google Chrome on a Windows machine but I can’t seem to see the white line when I change the zoom level of the browser. Have you tried checking the site using a different machine as it might be something related to the cache.
Also, please try this code and see if it makes any difference:
.x-topbar, .x-logobar { border: none; }
Hope this helps.
July 6, 2016 at 11:36 am #1075041Hi Jade,
This hasn’t made a difference I’m afraid. Is there anyway to hardcode a background colour so that it isn’t possible for a white gap to be seen?
July 6, 2016 at 2:48 pm #1075294Hi There,
I have checked your website in many resolutions and I cannot see the white line you are referring to.
Wold you mind clearing your cache and testing it again?
If you still see the white line after that please inform us which device and browser you are using while experiencing the issue.
Thanks
Joao
July 25, 2016 at 3:46 am #1101535Good morning Joao,
I thought this was fixed but unfortunately it still appears on my friends computer. He is using a Windows computer while browsing in Chrome.
He’s emptied his cache, etc. and no joy. The problem appears when zooming in and out, it isn’t there at 100%.
Screenshot attached!
Many thanks,
Chris
July 25, 2016 at 4:54 am #1101605Hey there,
The line doesn’t show up on my end even zooming in and out and I’m on Windows also (see attachment).
Thanks.
July 25, 2016 at 9:51 am #1101940Hmmm, how odd! Is there anyway to add a background colour behind the header just to ensure that this white line can never be visible again?
Many thanks,
Chris
July 25, 2016 at 10:10 am #1101973Hi Chris,
Please add the following CSS:
header.masthead.masthead-stacked { background-color: #588c7e; }
Hope it helps 🙂
August 2, 2016 at 10:27 am #1113903Hi Thai,
Unfortunately the problem still exists… Sorry!
August 2, 2016 at 11:31 am #1114000Hi there,
I have checked again your site using Chrome and Firefox and the white line doesn’t show up on my end as well but kindly try to add this code:
.x-logobar, .x-logobar-inner { background-color: rgb(88,140,126); border-color: rgb(88,140,126); }
-
AuthorPosts