mario996
Hi,
If I understand correctly, you want to have 3 columns look the same, right?
You can try with this custom CSS code:
@media (min-width: 767px) {
.blog .column-1 .item-image.pull-left {
width: auto;
padding-right: 0;
}
.blog .column-1 .item-image.pull-left + .item-ct {
width: auto;
}
}
put into the file: root/templates/ja_company/css/custom.css (create this file if it doesn't exist).
Regards