bdbrown

Style Custom Footer Sidebars

Nov 26th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.49 KB | None | 0 0
  1. /* Style the custom dynamic sidebars used in footer.php */
  2.  
  3. /* Create and center the main sidebar container */
  4. #footer-sidebar {
  5. display:block;
  6. height: 250px;
  7.   margin: 0 auto;
  8. }
  9.  
  10. /* Float each sidebar left to put them all in one row */
  11. #footer-sidebar1 {
  12. float: left;
  13. width: 23%;
  14. margin-left:5px;
  15. margin-right:5px;
  16. }
  17. #footer-sidebar2 {
  18. float: left;
  19. width: 23%;
  20. margin-right:5px;
  21. }
  22. #footer-sidebar3 {
  23. float: left;
  24. width: 23%;
  25. }
  26. #footer-sidebar4{
  27. float: left;
  28. width: 23%;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment