It's done, I've remove double class (because you don't want other widget next to the logotypes) and change widget content to:
- Code: Select all
<div class="gk-grid" data-cols="6">
to have six columns, if you want your logos fullwidths add this code into css/override.css file:
- Code: Select all
.gk-grid {
max-width: 900px;
}
with your own width value.