Hi,
I have a few issues with the footer.
1. How do I reduce the padding on the top and bottom?
2. How do I make it so the text is not all caps but what I type in the name box in the widget?
3. How Do I move these social icons up (see screenshot)
Hey mcraig77,
Please try the following in Quick CSS under Enfold–>General Styling:
1.
#footer {
padding: 15px 0 0px 0 !important;
}
2.
#footer .widgettitle {
text-transform: none !important;
}
3.
#cnss_widget-2 {
margin: 0px 0 0px 0 !important;
}
Best regards,
Rikard