Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #113033
    Roland
    Participant

    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

    #113046
    Mahesh
    Keymaster

    @rolandallen: By default, footer is aligned left and right, what seems to be the problem. And post in your site url.

    Regards,
    Mahesh

    #113071
    Roland
    Participant

    Hi 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

    #113109
    Mahesh
    Keymaster

    @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,
    Mahesh

    #113111
    Roland
    Participant

    Many thanks Mahesh!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Footer area left, centre, right areas’ is closed to new replies.