Reply To: How can I Edit the header and footer layout of Kampina
Support Forums › Kampina › How can I Edit the header and footer layout of Kampina › Reply To: How can I Edit the header and footer layout of Kampina
July 13, 2024 at 5:25 am
#165
Keymaster
Hi Moz,
Please replace the styles for the 3 and 4 columns (or just add them to the end of the styles):
@media (min-width: 992px) {
.site__footer__area__col--3 {
max-width: 22%;
}
.site__footer__area__col--4 {
max-width: 16%;
}
}
and add these styles to the button extra space:
.site__footer__area__col--1 .wp-block-column {
flex-basis: auto !important;
flex-grow: 0;
}
.site__footer__area__col--1 ul.wp-block-social-links {
margin: 0;
}
Best regards,
TigriWeb Team