Guest User

Untitled

a guest
Dec 12th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. /*************************************************
  2. * Mobile Portrait *
  3. *************************************************/
  4.  
  5. @media only screen and (max-width: 480px) {
  6.  
  7. .subscribe-box .block,.container {
  8. width:320px;
  9. }
  10.  
  11. .background-slider {
  12. height: 320px !important;
  13. }
  14. #top-search{display:none}
  15. #top-social {
  16. float: right;
  17. position: absolute;
  18. z-index: 999999999999999;
  19. right: 0;
  20. }
  21.  
  22.  
  23. #navigation-wrapper {
  24. display:none;
  25. }
  26.  
  27. .slicknav_menu {
  28. display:block;
  29. }
  30.  
  31. #logo img {
  32. max-width:320px;
  33. height:auto;
  34. }
  35.  
  36. .post-header h1 a, .post-header h2 a, .post-header h1 {
  37. font-size:22px;
  38. letter-spacing:2px;
  39. }
  40.  
  41. .post-image img {
  42. width:320px;
  43. height:auto;
  44. }
  45.  
  46. .post-image.audio iframe {
  47. width:320px;
  48. height:auto;
  49. }
  50.  
  51. .item-related {
  52. width:320px;
  53. margin-bottom:30px;
  54. }
  55.  
  56. .share-box {
  57. width:36px;
  58. height:36px;
  59. line-height:36px;
  60. margin:0 4px;
  61. }
  62.  
  63. .post-pagination .prev-post {
  64. width:320px;
  65. }
  66. .post-pagination .next-post {
  67. width:320px;
  68. }
  69.  
  70. #respond textarea {
  71. width:90%;
  72. }
  73.  
  74. .thecomment .author-img {
  75. display:none;
  76. }
  77.  
  78. #widget-area .widget, #sidebar .widget {
  79. width:320px;
  80. margin-right:32px;
  81. float:left;
  82. margin-bottom:35px;
  83. }
  84.  
  85. #footer-logo img {
  86. max-width:320px;
  87. height:auto;
  88. }
  89.  
  90. #footer-social a i {
  91. height:28px;
  92. width:28px;
  93. line-height:28px;
  94. margin-right:0;
  95. font-size:12px;
  96. }
  97. #footer-social a {
  98. margin:0 5px;
  99. }
  100. #footer-social a span{
  101. display:none;
  102. }
  103.  
  104. .wpcf7 textarea {
  105. width:75%;
  106. }
  107.  
  108. .sp-grid li {
  109. width:320px;
  110. }
  111. .sp-grid li:nth-child(3n+3) {
  112. margin-right:0;
  113. }
  114. .sp-grid li:nth-child(2n+2) {
  115. margin-right:0;
  116. }
  117.  
  118. .container.sp_sidebar #main {
  119. width:99%;
  120. margin-right:0;
  121. }
  122. .container.sp_sidebar #sidebar {
  123. width:100%;
  124. }
  125.  
  126. .container.sp_sidebar #sidebar .widget {
  127. width:80%;
  128. }
  129.  
  130. #sidebar {
  131.  
  132. float: left;
  133.  
  134. }
  135.  
  136.  
  137. .container.sp_sidebar .item-related {
  138. width:212px;
  139. margin-bottom:30px;
  140. }
  141.  
  142. .my-insta-box {
  143. display: none;
  144. }
  145.  
  146.  
  147. #footer-social a {
  148.  
  149. border-left: none;
  150.  
  151. padding-left: 0px;
  152. }
  153. .subscribe-box .form,.subscribe-box .caption {width: 100%;}
  154. .caption img {width: 100%;}
  155.  
  156. .subscribe-box .form .email {width: 200px;}
  157.  
  158.  
  159. .header-top #top-social, .header-top #top-search {
  160. position: static;
  161. margin: 0 0px 0 0;
  162. padding: 0;
  163. list-style: none;
  164. display: inline-block;
  165. }
  166. article:nth-child(2n+2) {
  167. margin-right: 0;
  168. }
  169. .post {
  170.  
  171. width: 100%;
  172.  
  173. }
  174.  
  175. .header-top #top-search {
  176. float: right;
  177. }
  178. .owl-nav {
  179. display: none;
  180. }
  181.  
  182.  
  183. .rst-copyright .copyright {
  184. position: static;
  185. text-align: center;
  186. display: block;
  187. }
  188.  
  189. .rst-copyright .rst-social-menu {
  190. position: static!important;
  191. margin-top: 24px;
  192. display: block;
  193. text-align: center;
  194. }
  195.  
  196. }
Add Comment
Please, Sign In to add comment