• Resolved Brandon402

    (@brandon402)


    I want to try out centering the text in my RSS feeds. I found a code snippet I’ll post below which centers the text in text widget fields only.

    .home .widget_text {
    text-align: center;
    }

    But it doesn’t center my other widgets.

    • This topic was modified 6 years, 3 months ago by Brandon402.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Brandon402

    (@brandon402)

    Nevermind I figured it out myself by deleting some stuff, what worked was…

    .widget
    {
    text-align: center;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Can you center text in RSS feeds?’ is closed to new replies.