Hi,
I'm at my wit's end with this, on my wordpress site I have page A linked below for which everything is working responsively on an Ipad - the links background is aligning on laptop screen size, Ipad landscape and portrait size, perfect.
Link B is the same page except for the text content, it's using exactly the same CSS - I have basically recreated the working page A from scratch YET, SOMEHOW, the background image for the links looks to have shrunk (it's exactly the same image (checked url) with identical CSS applied to it, but this is still happening.
PS Background image is the width of page not width of element.
Can anyone tell me why page B is not displaying the same as page A, HELP !
PAGE A:
http://dbtest.destinationballybunion.ie/?page_id=1725
PAGE B:
http://dbtest.destinationballybunion.ie/?page_id=1779
CSS APPLIED TO BOTH PAGES:
[HTML]
#container {
margin: 0%;
}
#container text area {
margin: 5%;
}
wrapper {
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
entry {
box-shadow: 0 0 0px rgba(0, 0, 0, 0);
padding: 0px;
}
entry-header.style {
position: absolute;
left: -9999px;
}
.entry-title {
display:none;
}
.entry-content a img,
#attachment-nav a img {
max-width: 98.5%;
padding: 0%;
box-shadow:0 0 3px #EEE;
background:#FFF;
border:#EEE 1px solid;
}
.single .entry, .page .entry, .error404 .entry {
margin-bottom: 5.1% !important;
padding: 0;
}
#access {
background: none repeat scroll 0 0 #111111;
box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
padding: 0 20px;
}
#site-title {
height:100%;
width:100%;
}
#site-title, #site-description {
line-height: 100%;
}
#site-title {
margin: 0 0;
}
#site-title img {
margin: 0;
}
#site-title img {
padding: 0;
}
.background {
background-image:url("
http://dbtest.destinationballybunion.ie/wp-content/uploads/2014/03/TR-FULL-BACKGROUND-2-MERGED.jpg");
background-repeat:no-repeat;
background-size:contain;
}
h1 {
margin-left:3%;
padding:5px;
}
h1 {
margin-bottom:0.2%;
padding-right:10%;
}
h1 {
font-size: 50.0vw;
}
h2 {
font-size: 2.8vw;
}
h3 {
font-size: 2.3vw;
}
h4 {
font-size: 2.0vh;
}
h5 {
font-size: 1.5vw;
}
h6 {
font-size: 1.0vh;
}
p{
margin-left: 3%;
}
[/HTML]