2015-06-02 219 views

回答

0

添加以下屬性爲UL

#slideshow ul { 
    font-size: 14px; 
    margin-top: -50px; 
    position: relative; 
    z-index: 99; 
    margin-bottom: 40px; 
} 
+0

感謝您的幫助:) – clement

0

添加以下代碼

#slideshow ul.centered-btns_tabs{ 
    position: relative; 
    margin-top: -10px; 
    margin-bottom: -10px; 
    top: -45px; 
    z-index: 999; 
} 

center aligned dots

+0

謝謝。不知道爲什麼,我添加了CSS,但它不起作用 – clement

+0

對不起,我的壞。已編輯的代碼 - 「ul .centered-btns_tabs」被讀爲「ul.centered-btns_tabs」。 我沒有使用'#slideshow ul',因爲#slideshow裏面有2個'ul'。 上面的解決方案因其他ul元素中的餘量重置而工作。它更好地添加類。 –

+0

太棒了!非常感謝:) – clement