Hi, This is my website http://www.lovelocktrips.com/ Can I put links right at the bottom (dark green area), ie. contact, legal notice etc? See attached... Thanks
Go to Appearance > Theme Option > Footer Settings > Footer Text and add anchor tag there. For example Code: <a href="Enter your link address">Enter your text here</a> This will solve your issue.
Thank you, And what if I just want to attach a .pdf and don't have a URL/link. For example, if I have a .pdf in my library. Is it possible?
For this you can use "dirtysuds-embed-pdf" plugin. Download it from the link given below. http://wordpress.org/extend/plugins/dirtysuds-embed-pdf/installation/
I think my original question will not really work for me... To continue with my website, how can I space/arrange the links/items above the footer area in my website? Please see attached example, I would like to create something like this -
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-container ul li { line-height: 20px; } .footer-container a { line-height: 30px; color:gray; } Adjust the value of line height as per requirement.
Thanks Piyush, but I am a little confused with the coding. Where do I put the discription of the link and details within the above code? Could you paste a example? Thanks