Hey Guys,
i want to change the footer height on my website, because its to much.
i already searched in this forum but this don’t worked for me…
.x-colophon.bottom .x-colophon-content {
margin: 10px 0;
}
Hey Guys,
i want to change the footer height on my website, because its to much.
i already searched in this forum but this don’t worked for me…
.x-colophon.bottom .x-colophon-content {
margin: 10px 0;
}
Hello Michael,
Thanks for writing in!
You are using the incorrect code. Please have it updated and use this instead:
.x-colophon.bottom {
padding: 10px 0;
}
We would loved to know if this has work for you. Thank you.
Thank you very much!!
You’re welcome. Glad we’re able to help.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.