Advertisement
alchymyth

twe twe si-fro 3 wid css

Feb 23rd, 2013
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.40 KB | None | 0 0
  1. /*three footer widgets for sidebar-front.php styles*/
  2. @media screen and (min-width: 600px) {
  3. .template-front-page.three-sidebars .widget-area .widget {
  4.  width: 100%; }
  5. .template-front-page.three-sidebars .widget-area .first.front-widgets,
  6. .template-front-page.three-sidebars .widget-area .second.front-widgets,
  7. .template-front-page.three-sidebars .widget-area .third.front-widgets {
  8.  float: left;
  9.  width: 30%;
  10.  margin-right: 5%; }
  11. .template-front-page.three-sidebars .widget-area .front-widgets + .front-widgets {
  12.  float: left;
  13.  width: 30%;
  14.  margin-right: 5%; }
  15. .template-front-page.three-sidebars .widget-area .front-widgets + .front-widgets + .front-widgets {
  16.  float: left;
  17.  width: 30%;
  18.  margin-right: 0%; }
  19. }
  20. .ie .site {
  21.  min-width: 600px; }
  22. .ie .template-front-page.three-sidebars #secondary.widget-area {
  23.  float:none;
  24.  clear: both;
  25.  width: 100%; }
  26. .ie .template-front-page.three-sidebars .widget-area .widget {
  27.  width: 100%; }
  28. .ie .template-front-page.three-sidebars .widget-area .first.front-widgets,
  29. .ie .template-front-page.three-sidebars .widget-area .second.front-widgets,
  30. .ie .template-front-page.three-sidebars .widget-area .third.front-widgets {
  31.  float: left;
  32.  width: 30%;
  33.  margin-right: 4.85%; }
  34. .ie .template-front-page.three-sidebars .widget-area .third.front-widgets {
  35.  float: right;
  36.  margin-right: 0%; }
  37. /*end - three footer widgets for sidebar-front.php styles*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement