Viewing 4 replies - 1 through 4 (of 4 total)
  • open style.css, find selector you want center its content:

    .example {
    text-align: center;
    }

    Thread Starter Robert

    (@robbieb1953)

    Thanks phankimi.

    I’ve tried .text-8 .text-widget and some other combinations, but no luck. There’s “content-sidebar”, “widget area” and “text widget text” as well, so I’m not sure what the correct selector is.

    It is actually the content within the lower text box I would like to move either to the middle or justify to the right.

    Hi Robbie,try this:

    .widget_text {
    text-align: center;
    }

    ??

    Thread Starter Robert

    (@robbieb1953)

    Worked! Thanks, phankimi.

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