css - Put icon next to navigation -


trying put span class in class="dropdown-toggle" icon shows more left , becomes bigger.

hos looks now:

enter image description here

code:

  <a  href="#" class="dropdown-toggle" data-toggle="dropdown"><span class="glyphicon glyphicon-ok"></span>  vakt <b class="caret"></b></a> 

you can try this:

demo

.dropdown-toggle  {    background:#eee;    color:#000;    text-decoration:none;    padding:15px 10px 15px 40px;    display:inline-block;  } .glyphicon-ok{display:inline-block; padding-right:10px;} 

Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -