Hello,
I want to add some extra text in the (Footer) socket and align it to the right. On the left side of the socket, a copyright text is shown and on the right side of the socket the extra text is shown.
How can this be done?
Regards,
Eroic
Hey Eroic,
In your copyright, try using this code, just replace Left Text and Right Text:
Left Text <span>Right Text</span>[nolink]
then in Enfold > General Styling > Quick CSS, add this css code:
#socket .copyright {
width: 100%;
}
#socket .copyright span {
float: right;
}
Best regards,
Nikko
Hi Nikko,
Thanks.
Eric
Hi Eric,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko