Guest User

Untitled

a guest
May 28th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. /* Structure */
  2. .wrapper { min-width:954px; }
  3. .header {
  4. text-align:left;
  5. background-color: #ffffff; //added to make the background colour of the header white!
  6. }
  7. .header-top {
  8. position:relative;
  9. z-index:999;
  10. width:930px;
  11. height:160px; //this was added to change the height of the header.
  12. margin:0 auto;
  13. }
  14. .header-nav {
  15. width:950px;
  16. margin:0 auto;
  17. }
  18. .middle {
  19. min-height:400px;
  20. width:900px;
  21. margin:0 auto;
  22. text-align:left;
  23. position:relative;
  24. }
  25. .side-col {
  26. width:130px; /*width of the left hand column*/
  27. }
  28. .col-left { float:left; }
  29. .col-main { float:left; }
  30. .col-right { float:right; }
  31. .col-1-layout .col-main { float:none; margin:0; }
  32. .col-2-right-layout .col-main { float:left; width:685px; }
  33. .col-2-left-layout .col-main { float:right; width:750px; } /*width of the main section (this was changed to fit the left column (they should always be changed together) */
  34. .col-3-layout .col-main { width:475px; margin-left:17px; }
Add Comment
Please, Sign In to add comment