Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #282290

    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

    • This topic was modified 10 years, 5 months ago by curmi01.
    #282304

    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

    #282318

    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 :)

    #282319

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.