Hello! Is there a way to add text/link to the right side of the socket area via the child theme functions.php?
Hi!
In the copyright field put something like this:
<div class='fl-socket'>Text at the left</div><div class='fr-socket'>Text at the right</div>
Then add this to Quick CSS:
@media only screen and (min-width: 767px) {
#socket .fl-socket{ float: left; }
#socket .fr-socket{ float: right; }
}
Cheers!
Josue
Perfect. Thank you!
You are welcome, glad to help :)
Regards,
Josue