Media queries not correct defined
-
When i set different paddings (example) for the 3 views (desktop, tablet and mobile) it is not display correct in the front-end
for example;
Desktop: padding-top 110
Tablet: padding-top 90
mobile: padding-top 70Mobile is already visible at 991px??
@media (max-width: 991px) .qubely-block-9116bf.qubely-section { padding: 70px 0px 50px 0px; }
The whole tablet media query is not being showed on any resolution?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Media queries not correct defined’ is closed to new replies.