Viewing 4 replies - 1 through 4 (of 4 total)
  • You’d be best off giving that area an Id and then using CSS to center it. So for instance, change the code to:

    <div id="footer-image"><font color="white">Powered by
    <img src="http://spe.allenergynow.net/wp-content/uploads/2014/12/smglogo150px.png"></font>
    </div>

    And then use this to center it:

    #footer-image {
        text-align: center;
    }

    Thread Starter arl5440

    (@arl5440)

    Thank you very much for responding. Where do I assign area IDs in the backend?

    Thread Starter arl5440

    (@arl5440)

    Never mind. I got it! Thanks

    You dont assign an ID in the backend, you assign it in the HTML. You need to assign it in the code you posted above.

    Wherever you copied that code from, replace it with the code i have posted above.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Centering for Footer’ is closed to new replies.