Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Through CSS you can try:

    .widget.widget_display_username {
        text-align: center;
    }
    Thread Starter Jose C

    (@jcervantes28)

    @jose, it worked!

    Thanks! How did you find what class to use?

    Jose

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Core markup; WordPress uses a default .widget class and it also uses .widget_{$widget_name} in addition to that.

    You’re welcome. 🙂

    Thread Starter Jose C

    (@jcervantes28)

    @jose, ahhh good to know. I have to read up on the wordpress codex from start to end…I kind of refer to it as issues arise….

    Thanks for the help!!

    Jose

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    No problem! I like reading both the codex and the files to see how it’s all processed. 🙂

    Thread Starter Jose C

    (@jcervantes28)

    I really enjoy it too, but hate dealing with troubleshooting when i don’t understand what caused something 🙁

    Is there a wordpress book you’ve referenced to learn more or simply just codex online?

    Jose

    Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Codex for examples and the actual code to really get an idea of how data is manipulated, processed. As for books, the bible, plugin dev design and dev are good. I’ve only skimmed through most of them when I was at Barnes & Noble. The authors are the key since those are the ones I know, know their shtuff. 😀

    Thread Starter Jose C

    (@jcervantes28)

    Thanks for the recommendations.

    See you around!

    Jose

    Thread Starter Jose C

    (@jcervantes28)

    Thanks again all–resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Center the greeting?’ is closed to new replies.