Forums

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

Home Forums CSS Site responsive layout not showing correctly. Reply To: Site responsive layout not showing correctly.

#193791
_laurafisher
Participant

It’s built using the Avada theme and doesn’t use iframes.

The media queries in there are what came built in with the Avada theme.

The only query I can see which may be useful is:

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: portrait) {
.header-social, #header, #footer, .footer-area { padding-left: 20px !important; padding-right: 20px !important; }
#main { padding-left: 20px !important; padding-right: 20px !important; }
.width-100 .fullwidth-box, .width-100 .fusion-section-separator {
padding-left: 20px !important;
padding-right: 20px !important;
}
.width-100 .fullwidth-box, .width-100 .fusion-section-separator {
margin-left: -20px !important;
margin-right: -20px !important;
}
}

I’m new to media queries so I Hope this helps.