How to change default max-width: 991px for Tablet mode
Hi,
I saw the Tablet view is set with
@media (max-width: 991px) and (min-width: 768px)
However, I always got some issues with iPad Pro which width is 1024px. So I want to set Tablet mode width to 1024px, such as change to:
@media (max-width: 1024px) and (min-width: 768px)
Are there any place I can change the settings?
Regards,
R.K
-
Hello R.K,
The breakpoints for the mobile, tablet and desktop are hard coded at the moment and hence cannot be changed. We have a new feature in the works, called the Breakpoint Manager https://trello.com/c/SgjBI1az You will be able to modify existing breakpoints and create additional breakpoints in the future when we launch this feature.
0 -
Or before you release the new version, can you please let me know where I can change the hard codes manually myself?
Thank you,
R.K
0 -
Hi
Editing the Brizy source code is not a recommended practice as the changes you make will be lost when updating to plugin to a newer version.
0
Please sign in to leave a comment.
Comments
3 comments