Guest User

Untitled

a guest
Aug 20th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /*Fixed Footer*/
  2. #main-footer {
  3. background: #ffffff !important;
  4. position: fixed;
  5. bottom: 0;
  6. width: 100%;
  7. z-index: 99999;
  8. }
  9.  
  10. /* Divi Copyright Footer Right Aligned */
  11. #footer-info,
  12. #footer-info a {
  13. float: none;
  14. text-align: right;
  15. letter-spacing: 1px !important;
  16. width: 100% !important;
  17. padding-top: 5px;
  18.  
  19. }
  20.  
  21. /* Footer Social Icons */
  22. #footer-bottom .et-social-icons {
  23. float: left;
  24. text-align: left;
  25. margin-bottom: 10px;
  26.  
  27. }
  28.  
  29. #footer-bottom .et-social-icon a {
  30. display: inline;
  31. position: relative;
  32. color: #000000;
  33. font-size: 15px;
  34. text-align: left;
  35. text-decoration: none;
  36. transition: color .3s ease 0s;
  37. background: none;
  38. padding: 5px;
  39. border-radius: 0px;
  40. border: 0px solid white;
  41.  
  42. }
  43.  
  44. #footer-bottom .et-social-icon a:hover {
  45. background: none;
  46. opacity: 1!important;
  47. }
  48.  
  49. #footer-bottom .et-social-icons li {
  50. display: inline-block;
  51. margin-left: 10px;
  52. }
  53.  
  54. /*Custom Mobile Footer*/
  55.  
  56. #footer-bottom { margin-top: 10px; }
  57.  
  58. @media only screen and (max-width: 981px) {
  59. #footer-bottom .et-social-icons {
  60. float: none;
  61. text-align: center;
  62. margin-bottom: 10px;
  63.  
  64.  
  65. }
  66.  
  67. #footer-bottom .et-social-icon a {
  68. display: inline-block;
  69. position: relative;
  70. color: #000000;
  71. font-size: 15px;
  72. text-align: left;
  73. text-decoration: none;
  74. transition: color .3s ease 0s;
  75. background: none;
  76. padding: 5px;
  77. border-radius: 0px;
  78. border: 0px solid white;
  79.  
  80. }
  81.  
  82. #footer-bottom .et-social-icon a:hover {
  83. background: none;
  84. opacity: 1!important;
  85. }
  86.  
  87. #footer-bottom .et-social-icons li {
  88. display: inline !important;
  89. margin-left: 10px;
  90.  
  91. }
  92.  
  93. #footer-info,
  94. #footer-info a {
  95. display: block !important;
  96. float: left;
  97. text-align: center !important;
  98. letter-spacing: 1px !important;
  99. width: 100% !important;
  100. padding-top: 5px;
  101.  
  102. }
  103. }
  104.  
  105.  
  106. @media only screen and (max-width: 900px)
  107.  
  108. {
  109. #main-content { margin-bottom: 160px; }
  110.  
  111. .et_pb_scroll_top.et-pb-icon { bottom: 160px; }
  112. }
Add Comment
Please, Sign In to add comment