iPhone Table Width CSS issue
-
This is a great theme and had been fun to customise. But now I have hit a wall and it has stumped me for over two months now. So have given in and decided to post this SOS here.
The page in question resizes the thumbnails fine for iPad, but boxes are left off when it comes to the iPhone.
Have tried writing own media query in child theme but not sure I’m using the correct CSS
Have started with this to begin with but it doesn’t make any difference
@media only screen and (max-device-width:400px){
.size-thumbnail {
width:100%;
padding:0px;
margin:0px;
height: auto !important;
}
.wp-caption-text {
width:100%;
height: auto !important;
}Can anyone help?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘iPhone Table Width CSS issue’ is closed to new replies.