Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. .container {
  2. width: 98%;
  3. padding: 0 10px;
  4. }
  5.  
  6. #featured-heading{
  7. width: 100%;
  8. }
  9. #featured-post.layout-four .featued-content-wrap, #featured-post.layout-three .featued-content-wrap {
  10. width: 100%;
  11. }
  12.  
  13. #featured-post.layout-four .post, #featured-post.layout-three .post {
  14. width: 23%;
  15. }
  16.  
  17. @media screen and (min-width: 981px) {
  18. #primary {
  19. width: 68%;
  20. }
  21.  
  22. #secondary {
  23. width: 30%;
  24. }
  25. #secondary .widget {
  26. width: auto;
  27. }
  28.  
  29. #featured-post .featued-content-wrap {
  30. margin: 0 auto;
  31. }
  32.  
  33. #homepage-message .left-section {
  34. width: auto;
  35. }
  36. }
  37.  
  38. @media screen and (max-width: 980px) and (min-width: 678px) {
  39. #primary {
  40. width: 100%;
  41. }
  42.  
  43. #secondary {
  44. width: 100%;
  45. }
  46.  
  47. #secondary .widget {
  48. margin-left: 20px;
  49. width: 40%;
  50. }
  51. #featured-post.layout-four .featued-content-wrap, #featured-post.layout-three .featued-content-wrap {
  52. margin: 0 auto;
  53. }
  54. #featured-post.layout-four .post:nth-child(2n+1), #featured-post.layout-three .post:nth-child(2n+1), #secondary .widget:nth-child(2n+1) {
  55. clear: none;
  56. }
  57. #featured-post.layout-four .post:nth-child(4n+1), #featured-post.layout-three .post:nth-child(3n+1){
  58. clear: none;
  59. }
  60.  
  61. #featured-post.layout-four .post, #featured-post.layout-three .post {
  62. width: 21%;
  63. }
  64. }
  65.  
  66. @media screen and (max-width: 767px) {
  67. .container {
  68. width: 96%;
  69. }
  70. #featured-post.layout-four .post:nth-child(2n+1), #featured-post.layout-three .post:nth-child(2n+1), #secondary .widget:nth-child(2n+1) {
  71. clear: both;
  72. }
  73. #featured-post.layout-four .post:nth-child(4n+1), #featured-post.layout-three .post:nth-child(3n+1) {
  74. clear: both;
  75. }
  76.  
  77. #featured-post.layout-four .post, #featured-post.layout-three .post {
  78. width: 46%;
  79. }
  80. }
  81.  
  82. @media screen and (max-width: 700px) {
  83. #secondary {
  84. margin: 0;
  85. width: 100%;
  86. }
  87. #secondary .widget {
  88. margin-left: 0;
  89. padding: 10px 4%;
  90. width: 91%;
  91. }
  92. }
  93.  
  94. @media screen and (max-width: 560px) {
  95. #featured-post.layout-four .post, #featured-post.layout-three .post {
  96. width: 100%;
  97. }
  98. #featured-post.layout-four .post img.wp-post-image, #featured-post.layout-three .post img.wp-post-image {
  99. display: inline-block;
  100. }
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement