• Resolved hemingwayscatboutique

    (@hemingwayscatboutique)


    Help please. I would like to text-align: justify; my footer bar. I have tried all kinds of css styles to accomplish this with no luck. Could someone please tell me what I am doing wrong.

    my site is hemingwayscatboutique.com

    it is the footer bar with the purple background not the green one.

    Thanks!

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

    (@bdbrown)

    Tru adding this CSS:

    /* justify footer text */ 
    #text-6 .textwidget {
        text-align: justify;
    }

    If you also want to center the title, use this:

    /* center footer title */
    #text-6 .widget-title {
        text-align: center;
    }
    Thread Starter hemingwayscatboutique

    (@hemingwayscatboutique)

    Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘help with aligning text’ is closed to new replies.