-
AuthorPosts
-
March 12, 2014 at 9:32 pm #236547
I need to add a disclaimer for my attorney client on the bottom of the page (below the copyright) and I am unsure how to do it.
any help would be great. the disclaimer is about a paragraph long.
thank you!
March 12, 2014 at 10:08 pm #236567Hi grwebs!
Can you post a screenshot and show how you would like it to look? Maybe you can use socket menu. You can go to Appearance > Menus and create a new menu, add disclaimer (as link or text) and check “Enfold footer menu” in Menu settings
or, you can go to Appearance > Editor and open Footer.php file and findwp_nav_menu($args); echo "</nav>";and add your text right above it as following
echo "<div class='disclaimer'>your text goes here</div>";then you can style your disclaimer using .disclaimer class in Quick CSS as following
.disclaimer { float: right; }Cheers!
YigitMarch 12, 2014 at 11:34 pm #236583Worked perfectly – the code – to to center it – do i put float: center;
March 13, 2014 at 1:37 pm #236901March 13, 2014 at 3:12 pm #236951March 13, 2014 at 3:14 pm #236954Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.disclaimer { text-align: center; }If this is not what you meant, please post a screenshot and show
Regards,
YigitMarch 16, 2014 at 4:10 pm #238306ok thank you! also I noticed that in the mobile vs the disclaimer disappears – is there a way to fix that – this is for a law firm and they need to have it visible there all the time
thanks again
March 17, 2014 at 9:03 am #238538 -
AuthorPosts
- You must be logged in to reply to this topic.
