I’m currently working on https://equilawbrium.com/
But I’m struggling to align the second footer (Quick links) on the right side.
I already tried this but unfortunately it doesn’t work:
.footer-widgets: last-child {
text-align: right;
}
My second problem:
Sice I’m using the following code to get a sticky header on mobile I don’t have a margin between the two footer widgets (Contact us & Quick links) on mobile anymore. When I remove the code, the margin is back, but I still need the sticky header in the end.
.site-header {
position: fixed;
}
@media (max-width: 1024px) {
.site-content {margin-top: 120px;}
}
Thank you very much in advance und joyful holidays!