My boot shortcuts and icons disappear from the web page, when the page loads for the first time using my s3 ssung galaxy, they only appear after I refresh the browser window. Why is this happening and how can I just make them appear on the first page load, please. My shortcuts and badges are not empty, so the display function has nothing to do with it.
Example code that does not appear on the first page load:
<span class="badge badge-important">info</span>
also tried removing below with no luck
.label:empty,
.badge:empty { display: none; }
The regular boostrap.css file is attached to my page and its only stylesheet, which has a tag selector.
Has anyone come across this weird look?
thank
source
share