Just a suggestion for a fix for your next update release:
When using the sidebar header layout, there are some strange results when the pixel width is exactly 1000px wide as seen in the supplied URL. (viewed at 1000px wide)
This is due to an error in the breakpoints. some @media css entries are max-width:999px and some are min-width:1001px, so at exactly 1000px, neither css is applied.
Just a suggestion for a fix for your next update release:
When using the sidebar header layout, there are some strange results when the pixel width is exactly 1000px wide as seen in the supplied URL. (viewed at 1000px wide)
This is due to an error in the breakpoints. some @media css entries are max-width:999px and some are min-width:1001px, so at exactly 1000px, neither css is applied.
Thanks,
Hi Daniel.
Thanks for pointing this out. This will be helpful on the coming updates to correct this error.
Thanks.