• Resolved tpinnington

    (@tpinnington)


    Hello All,

    I am trying to align a footer widget with the ‘copyright’ text which is found within my footer. Until now I have been unable to action this or find something that might help. I can only get the footer widget either above or below the ‘copyright’ text and not on the right side of it

    This is how I would like it be
    far left of footer:
    Copyright © 2011 wptest2011. All rights reserved.

    far right of footer:
    The footer widget I have added

    Here a link to my blog:
    http://ablagex.net/wordpress

    Is there a way of making this possible?

    Thank you in advance

    Best Regards
    Tom Pinnington

Viewing 2 replies - 1 through 2 (of 2 total)
  • LiamDD

    (@liamdd)

    Hi,

    You need to wrap your Copyright text up inside a div tag. Imagine you gave this tag an ID of “copy”, you could use the following CSS styles.

    #widgetized-footer { width:50%; float:right; }
    #copy { width:50%; float:left }

    Thread Starter tpinnington

    (@tpinnington)

    Thank you very much indeed. Was very helpfull!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘footer widget location’ is closed to new replies.