The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › Wrong post display
Do you have any idea why each post takes only 1/6 of page content? https://cowork.com.pl/category/promocje/
Because it’s in a 1/6 column
.col-md-2 { width: 16.66666667%;
Did you mean to put in the .col-md-12 column and mistype?
.col-md-12
Honestly, this you could have found out in a few seconds using the developer tools that come with your browser.