Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi! I've just finished our new site and have a few tweak requests. Here's the first one:
Is there a way to make the following text adjustments to the footer:
1. Vertically align everything to the top. Currently, it seems as if it's vertically aligned to the middle.
2. On mobile, left-align the text. Currently, it's center aligned.
Thanks!
Alex
Hi Alex,
Thank you for the review, and happy to see that you've built an awesome site with Kalium. Congrats!
1. Adding the following CSS to Custom CSS will make the footer top aligned:
.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-left, .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right { vertical-align: top; }2. Use this CSS in the Custom CSS > Responsive > Extra Small for centering the footer in mobile:
.site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right.footer-content-right, .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-left, .site-footer.footer-bottom-horizontal .footer-bottom-content .footer-content-right { text-align: left; }If you don't know how to add custom CSS, follow our documentation guide which explains how to do it.
Best regards,
Laborator Team
Perfect! Thanks.