Hi,
i would like to add a one footer widget to all pages.
The widget should have the width of the page (1600px).
How can i activate the widget to all pages. Is there a global setting?
kind regards
Jak
Hey Jak73,
You can select your footer layout under Enfold->Footer, then add a widget to it under Appearance in the WordPress menu.
Best regards,
Rikard
Hi Rikard,
thanks for you reply!
I added a widget to the footer, but the footer icon i added get cut of in desktop view.
Unfortunetly they are completely missing in responsive view?
Please have a look.
kind regards Jak
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.social-bottom a {
line-height: 95px;
}
You have this in your child theme which looks to be hiding the menu on mobile:
@media (max-width: 900px) {
.menu-container {
flex-direction: column;
align-items: center;
margin-top: -100px;
}
}
Best regards,
Rikard