Home Forums Basel support forum Splitting footer column / changing the codes Reply To: Splitting footer column / changing the codes

#382282

Tuomo
Participant

Thank you for your help!
Where can I change the footers sizes?
footer-column footer-column-6 col-md-4 col-sm-12
I would like to have it like this so then it would look great:
footer-column footer-column-6 col-md-4 col-sm-6

It looks okay with this <p style=”padding-left:10%”> codes inside the footer column 6 but not perfect.

<p>Olemme suomalainen verkkokauppa, joka on keskittynyt nimensä mukaisiin tuotteisiin.</p>
<div style=”display:flex”>
<p>
<i class=”fa fa-location-arrow” style=”width: 15px; text-align: center; margin-right: 4px; color: #676767;”></i> Mindeninkuja 6 A, Espoo 02780<br>
<i class=”fa fa-mobile” style=”width: 15px; text-align: center; margin-right: 4px; color: #676767;”></i> Puh: +358 10 778 7730<br>
<i class=”fa fa-id-card-o” style=”width: 15px; text-align: center; margin-right: 4px; color: #676767;”></i> Y-tunnus: 2206707-0
</p>
<p style=”padding-left:10%”>
</p>
</div>
<p></p>