Archived topic
Break point for 2 columns
5 replies · Started by Pete on December 21, 2017
I'm using the built in css for 2 columns. I'd like the 2 columns to stay as 2 columns for until at least 768px. How would i update the css to reflect this as it breaks the 2 columns and converts it to 1 column at about 1025px which is too early for me :)
Hi there,
What are you using currently?
I believe it should be <div class="grid-50 tablet-grid-50 mobile-grid-100">
<div class="grid-container grid-parent">
<div class="grid-50">
fdgdfgfdgdfgdfg
</div>
<div class="grid-50">
fdsdfdsfsdfsdf
</div>
</div>
Check out this article: https://docs.generatepress.com/article/creating-columns/#using-built-in-unsemantic-grid
Thanks yours is better now :) I got the other code off an old post.
No problem!