How do I make the footer area smaller. See site example in private content. Thanks.
Hey rsoesman,
Not sure what you mean by making it smaller, could you try to explain a bit further please?
Best regards,
Rikard
There is too much black border around the footer text. I want to eliminate the excess area above and below my footer.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#footer .widget {
margin: 0 !important;
}
Best regards,
Rikard
That worked great – Thanks, Rikard!!
Looking at the site, is there a way to make the phone number in the header (extra element) larger?
Hi,
Try this as well:
.phone-info span {
font-size:20px !important;
}
Regards,
Rikard
Fantastic – thank you to you and the rest of the team – the support has been fantastic – especially for a newbie such as myself!!