Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Container width on iPad Reply To: Container width on iPad

#158091
Paulie_D
Member

If you do not have a MQ for iPads (or at least tablets) then It seems likely that this is the issue.

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}