Different breakpoints for different widgets and settings
-
I think this is a bigger issue. Your development team seems to have different views which breakpoint values are valid until which given value. Different widgets or settings handle the values differently. For example I set the value 768px for mobile landscape. The “.e-con.e-flex” is still @max-width: 767px which causes it to wrap for example 1px later then other elements. Whereas for example borders for img are set correctly to @max-width: 768px. I found multiple such conflicts where the developers don′t seem to speak the same language which breakpoint is valid for given individual value in the settings for layout. This is a big issue if u want your breakpoints to apply for every element as expected to the set value. You should definitely check this for all your widgets and settings, even if it is most of the time only 1px different for some elements, sometimes you want exactly that 1px.
Regards
- The topic ‘Different breakpoints for different widgets and settings’ is closed to new replies.