2017-12-02 128 views
0

一個新手問題的位,所以我很抱歉。目前,這個sidenav是在左邊,我怎麼能讓它到右邊呢?如何讓我的BS sidenav在正確的位置?

#sidebar-wrapper { 
 
    top: 52px; 
 
    left: -200px; 
 
    width: 200px; 
 
    background-color: #27CD70; 
 
    color: white; 
 
    position: fixed; 
 
    height: 100%; 
 
    z-index: 1; 
 
}
\t \t <div id="sidebar-wrapper" class="sidebar-toggle"> 
 
\t \t \t <ul class="sidebar-nav"> 
 
\t \t  \t <li> 
 
\t \t  \t \t <a href="#item1">Item 1</a> 
 
\t \t  \t </li> 
 
\t \t  \t <li> 
 
\t \t  \t \t <a href="#item2">Item 2</a> 
 
\t \t  \t </li> 
 
\t \t  \t <li> 
 
\t \t  \t \t <a href="#item3">Item 3</a> 
 
\t \t  \t </li> 
 
\t \t \t </ul> 
 
\t \t </div>

回答

0

使用

" float:right; " 

或開始給它一個左邊距。這應該夠了吧。