Qubely 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??
tablet media query isn’t should be showed at 768px?But there isn’t any about tablet media queries.@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?
The page I need help with: [log in to see the link]
- The topic ‘Qubely Media queries not correct defined’ is closed to new replies.