Goodmorning,
within my website i need to enter two links such as privacy policy and terms & conditions to the right of my socket holder. Could one instruct me further in order how to go about it ?
thanks
Hey curmi01!
I suggest to add the html code/links to the copyright field: Enfold > Theme Options > Footer Layout
A sample code snippet for links can be found here: http://www.w3schools.com/tags/att_a_href.asp
Best regards,
Peter
hey got the code right , i was wondering how to push it to the right of where the copyright is ? any idea how ?
cheers dude :)
Hi!
You can wrap it into a div and apply a style to this div like:
<div style="text-align: right; float: right">My text</div>
and replace My text with your links.
Best regards,
Peter