Forked from cobaltapps/Progressive Responsive Content (2nd trigger point)
Created
March 7, 2019 02:33
-
-
Save DalavanCloud/2f351bf66b8b054329a69b5f95bedff0 to your computer and use it in GitHub Desktop.
This code goes into the 2nd @media query box in Dynamik Design > Responsive for "Progressive" Content, meaning the Content and Sidebar areas stay side-by-side until further into the narrowing of the browser width.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.override .content { width: auto; margin-right: 300px; } body.override .sidebar-primary { margin-left: -280px; float: right; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment