Search code examples
htmlcssalignmentloader

css3 loader alignment in breadcrumb


I have place a css loader div inside breadcrumb menu but the loader is pushing the text down. How do I get the loader and the text in the same line.

Here is my demo http://jsfiddle.net/jFAyX/2/


Solution

  • Just make .loader inline-block

    ​.loader{display:inline-block;}​
    

    FIDDLE