1. /*
  2. Theme Name: Yoko Child Theme
  3. Author: Self-Help WordPress User
  4. Template: yoko
  5. */
  6.  
  7. @import url("../yoko/style.css");
  8.  
  9. /* Start child theme CSS here */
  10.  
  11. #content {
  12. width: 100%;
  13. float: left;
  14. margin-right: 4%
  15. }
  16. #secondary {
  17. display: none;
  18. }
  19. #tertiary {
  20. width: 21%;
  21. float: right;
  22. overflow: hidden;
  23. }