• Resolved luda2015

    (@luda2015)


    Hi! I have a small problem with my layout.
    I want to center the text *only* on the front page – not in the actual post itself. Is there any way I could do that? I tried the following code

    .post p { text-align:center; }

    but it centered the text on the actual posts as well :/

    Thank you in advance!

    My website: https://www.adventureswithluda.com

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

    (@alchymyth)

    .home .post p { text-align: center; }
    Should work if your theme is using body_class()

    Thread Starter luda2015

    (@luda2015)

    Thank you, Michael! It works perfectly! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Centering text ONLY on homepage’ is closed to new replies.