Viewing 1 replies (of 1 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hi!

    Safari has problems when relative positioning is used for site layout. Required css changes:

    #content-sidebar-wrap {
      float: left;
      width: 720px;
      position: relative;
      left: 33px;
    }
    .content-sidebar #sidebar {
      position: relative;
      left: -33px;
    }
    .sidebar {
      display: inline;
      float: right;
      font-size: 14px;
      width: 318px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Shifts on Safari’ is closed to new replies.