Need help editing Wordpress CSS code - my sub menu disappears on hover -


hope can - im extremely new , not clued on code/editing css hoping can spell out me. have problem whereby can't keep sub menu visible. when hover on parent item 'destinations' appears, , when move down select 1 of sub menu items disappears.

can please check me?

www.thespindrifters.com - under destinations tab

thanks in advance

add/edit css in code:

remove padding .site-bar 13px 0, set 0;

add padding .site-tools padding: 13px 0; - fix social icons in navbar

add this:

.navigation > li > { padding: 13px 0 } .navigation > li > ul { display: none; } .navigation > li:hover > ul { display: block; } 

reason remove padding .site-bar , adding child elements prevent disappearing of menu when moving parent link submenu


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -