Hello again
I hope you can help me out with this problem as well:
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 also like to keep the sticky header.
.site-header {
position: fixed;
}
@media (max-width: 1024px) {
.site-content {margin-top: 120px;}
}
Do you have any idea how to fix this?
Thank you very much!