- This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago by Roland.
-
AuthorPosts
-
March 28, 2017 at 3:49 am #113033RolandParticipant
Hi
I would like to be able to create either left-right or left-centre-right text areas by adding the appropriate code to the Footer Editor Options in Customise.
I have tried the following but the right alignment does’t seem to work:
<div align="left"><div class="copyright">Copyright © [the-year] [site-link]. All Rights Reserved. </div><div align=“right”><a href="http://roly.org.uk" target="_blank">Web Design by Roly</a></div>
Can you help?
Many thanks
March 28, 2017 at 6:06 am #113046MaheshParticipant@rolandallen: By default, footer is aligned left and right, what seems to be the problem. And post in your site url.
Regards,
MaheshMarch 28, 2017 at 10:12 am #113071RolandParticipantHi Mahesh
I reset the default footer and then adapted that – many thanks.
It would still be useful to know how I can have three simultaneous footer entries: left, centre, right if this is possible?
Thanks
Roland
March 29, 2017 at 3:17 am #113109MaheshParticipant@rolandallen: Add the following HTML between the left and right div.
<div class="center">Some Text in the center/div>
Then go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:#site-generator .copyright, #site-generator .powered, #site-generator .center { width: 33.33%; } #site-generator .center { text-align: center; float: left; }
Regards,
MaheshMarch 29, 2017 at 3:39 am #113111RolandParticipantMany thanks Mahesh!
-
AuthorPosts
- The topic ‘Footer area left, centre, right areas’ is closed to new replies.