I want to make ordering as on my photo. I maded blog page with elementor and need to change with css grid template column.
Code is:
.elementor-grid-2 .elementor-grid {
grid-template-columns: repeat(1,1fr);
}
I want to make first appear 2 on 1 like photo :) Any help will be appreciated!