Tagged: edit footer, footer, footer widget
Is there a way to push the footer columns down and add in a line of centered text that would sit above them?
I would like to use special headline text if possible
Thanks
Hi Coronacom!
You can try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#footer:before {
content: 'Your text goes here';
margin-left: 12%;
font-size: 20px;
}
Best regards,
Yigit
Hey!
Please try to add as following
#footer:before {
content: 'Your text goes here';
margin-left: 12%;
font-size: 20px;
font-family: "Droid Serif", Georgia, Times, serif;
font-weight: normal;
font-style: italic;
}
I checked your website but seems like you have not added the code yet
Best regards,
Yigit
Was just waiting for the new code but that worked perfectly thankyou!