Advertisement
Guest User

Custom Styles for Mantra Theme

a guest
Jun 7th, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. /* Custom Styles for Mantra Theme */
  2. #main{
  3. padding-top:40px!important;
  4. }
  5. #access ul{
  6. position:relative;
  7. }
  8. #access ul li ul, #access ul li:hover > ul {
  9. display:none!important;
  10. }
  11. #access ul ul li{
  12. position:static!important;
  13. width:auto!important;
  14. }
  15. #access li.current-menu-item ul, #access li.current-menu-item:hover ul{
  16. display:block!important;
  17. }
  18. #access li.current-menu-item ul li {
  19. border-width:0 1px 0 1px!important;
  20. display:block!important;
  21. float:left!important;
  22. }
  23. #access li.current-menu-item ul li a{
  24. display:inline;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement