Okay, I have figured out that the content and footer on all machines is viewing correctly, however the header on both laptops isn’t viewing correctly.
So I am guessing it’s my child theme css. This is what I have, can anyone assit?
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
/*
Theme Name: Twenty Eleven Child
Theme URI: https://www.umhlaliclub.co.za/test/umhlali-country-club
Description: Child theme for the Twenty Eleven theme
Author: Azure Designs
Author URI: https://www.umhlaliclub.co.za/test/umhlali-country-club
Template: twentyeleven
Version: 0.1.0
*/
@import url("../twentyeleven/style.css");
/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
body, input, textarea {
color: #373737;
font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: 300;
line-height: 1.5;
}
#branding hgroup {
margin-top: -175px;
border-top: 3px solid #EE6600;
}
/* One column */
.one-column #page {
max-width: 900px;
}
#branding #s {
display:none;
}
#access {
background: transparent;
box-shadow: none;
clear: both;
display: block;
float: right;
margin-top: -259px;
width: 88%;
}
#access ul {
font-size: 12px;
list-style: none;
margin: 0 0 0 -0.5em;
padding-left: 0;
}
#access li {
float: left;
position: relative;
}
#access a {
color: #327220;
display: block;
line-height: 8px;
padding: 7px;
text-decoration: none;
}
#access ul ul {
display: none;
float: left;
margin: 0;
position: absolute;
top: 22px;
left: 0;
width: 180px;
z-index: 99999;
}
#access ul ul ul {
left: 100%;
top: 20px;
}
#access ul ul a {
background: #E7ECD7;
border-bottom: 1px dotted #327220;
color: #327220;
font-size: 12px;
font-weight: normal;
height: auto;
line-height: 10px;
padding: 6px 6px;
width: 80px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
background: #E7ECD7;
}
#access li:hover > a,
#access a:focus {
background: #E7ECD7;
color: #327220;
}
#access ul li:hover > ul {
display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
font-weight: bold;
}
#main {
clear: both;
padding: 0;
}
.singular .entry-title {
display:none;
}
.entry-content, .entry-summary {
padding: 0.5em 0 0;
}
.one-column.singular .entry-meta .edit-link a {
left: 0;
position: absolute;
top: 28px;
}
#site-generator a {
color: white;
font-weight: normal;
font-size: 10px;
}
#site-generator {
background: #327220;
border-top: 2px solid #F15A01;
color: White;
font-size: 10px;
padding: 1em 0.5em;
text-align: center;
width: 100%;
}