Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. /*
  2. You can add your own CSS here.
  3.  
  4. Click the help icon above to learn more.
  5. */
  6.  
  7. .main-navigation .site-logo {
  8. width: 150px;
  9. height: 60px;
  10. float: left;
  11. line-height: 60px;
  12. margin-right: 1.5em;
  13. display:none;
  14.  
  15. }
  16.  
  17. .site-header {
  18. // display: none;
  19. }
  20.  
  21. .site-logo{
  22. display: block;
  23. width: 13%;
  24. position: absolute;
  25. top: 15%;
  26. }
  27.  
  28. .main-navigation ul li a {
  29. margin-right: 10px;
  30. border-radius: 20px;
  31. }
  32. /* MENU ITEMS */
  33. .main-navigation {
  34. display: block;
  35. position: absolute;
  36. top: 3.3%;
  37. left: 44.7%;
  38. border-radius:20px;
  39. width:55%;
  40.  
  41. }
  42.  
  43. /* MENU ITEM HOVER */
  44.  
  45.  
  46. /* CURRENT ITEMS */
  47.  
  48.  
  49. /* CURRENT ITEMS HOVER*/
  50.  
  51.  
  52. /* Footer Section*/
  53.  
  54. .site-info {
  55.  
  56. }
  57.  
  58. /* contact form 7 Section*/
  59. .wpcf7-textarea {height: 118px;}
  60.  
  61. hr{
  62. margin-top: -15px;}
  63.  
  64. /* Ninja form Section*/
  65. .nf-form-fields-required {
  66. display: none;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement