Media Query Breakpoints
-
Hi,
I’m testing GB on a local installation with Genesis + latest sample theme. I’m trying to change the breakpoint for the 3 column block to switch to single columns @768px instead of @600px.
@media only screen and (max-width: 768px) .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column { -ms-grid-columns: 1fr; grid-template-columns: 1fr; grid-template-areas: "col1" "col2" "col3"; }
I have tried to copy this code to style.css, and front-end.css, but it’s still being overruled by Genesis Blocks. Can you please suggest any other way to achieve this?
Thank you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Media Query Breakpoints’ is closed to new replies.