Hi
There is any easy way to insert text area here: http://www.evernote.com/l/AOEPFgVSZrdFt4dXEh5AmgTirnOJlgAtwww/ or I should edit foother.php?
Hi kkwasniewski!
Your wanting to add a textarea into the socket area? Yes you can try adding it above line 126 in the footer.php file.
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</footer>
Cheers!
Elliott
Hi
When I add here it is on the left side, I need to add on right side (the same place where I can switch off social icons
Please find which place I mark on the screenshot: http://www.evernote.com/l/AOEPFgVSZrdFt4dXEh5AmgTirnOJlgAtwww/
Hey!
Please wrap your text inside a div with a class, for example
<div class="custom-footer-text">Your text goes here</div>
then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-footer-text { float: right; }
If that does not work, please post the link to your website
Best regards,
Yigit
work great thank you