Reply To: Blog Column Quantity Reduce with Size

Home Forums Support Blog Column Quantity Reduce with Size Reply To: Blog Column Quantity Reduce with Size

Home Forums Support Blog Column Quantity Reduce with Size Reply To: Blog Column Quantity Reduce with Size

#166313
Tom
Lead Developer
Lead Developer

Hi Dane,

Ah yea, I need to add this to core.

This should should do it:

@media (max-width:1024px) {
    .generate-columns-container .generate-columns {
     	width: 50%;   
    }
}

@media (max-width: 768px) {
 	.generate-columns-container .generate-columns {
        width: 100%;
        margin: 0;
    }
}

Adding CSS: https://generatepress.com/knowledgebase/adding-css/