How to add another menu item on magister bootstrap theme? -


seems mission impossible!! 4 elements allow me add!! idk why :s when try add 1 more, icon bar messes , don't know do!!

here's code example

<nav class="mainmenu"> <div class="container">     <div class="dropdown">         <button type="button" class="navbar-toggle" data-toggle="dropdown"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>         <!-- <a data-toggle="dropdown" href="#">dropdown trigger</a> -->         <ul class="dropdown-menu" role="menu" aria-labelledby="dlabel">             <li><a href="#head" class="active">hello</a></li>             <li><a href="#about">about me</a></li>             <li><a href="#themes">themes</a></li>             <li><a href="#contact">get in touch</a></li>             <li><a href="#example">example</a></li>         </ul>     </div> </div> 

i added last item in menu! , next when run , want expand menu, impossible !! please help!! why??! tried fill elements #contact #example, creating submenu on index example

<section class="section" id="example"></section> 

still real mess! menu won't open

this template http://www.bootstrapstage.com/magister/

found seeing code amateur :p

so in assets/csss/magister.css

find line

.mainmenu .dropdown-menu { top: -14em; 

and set top to

top: -114em;  

this solve dilemma , sh*t


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -