[Resolved] Title text alignment issues

Home Forums Support [Resolved] Title text alignment issues

Home Forums Support Title text alignment issues

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1447426
    Kumar

    Hi there,

    I have 2 questions.

    1. In the attached image on the home page: https://www.parenthood.guide/

    you can see that the title text is aligned left for the ‘Latest blog posts’ module. How can I align this text to center?
    https://snipboard.io/sowA7F.jpg

    2. This is also the case in the archive pages. (example: https://www.parenthood.guide/non-toxic-nursery/) In the customizer, there is option to change the alignment and padding for the featured image in the grid, but no option to change the alignment and padding for the title text in the grid. I’d like to remove the extra padding in the title text below and also align the text to center (instead of left).
    https://snipboard.io/urvlEn.jpg

    Thanks in advance,
    Kumar

    #1447485
    Leo
    Staff
    Customer Support

    Hi there,

    1. Try this CSS:

    .wp-block-latest-posts {
        text-align: center;
    }

    2. Sorry that link is showing page not found to me:
    https://www.screencast.com/t/RZjjJ1IcaS

    Can you confirm?

    #1447644
    Kumar

    Thanks Leo.

    2.) see this url
    https://snipboard.io/urvlEn.jpg

    #1447656
    Leo
    Staff
    Customer Support

    Just visited the link again and looks like you’ve fixed it?
    https://www.screencast.com/t/OelgoMg7WY

    #1448387
    Kumar

    Thanks Leo.

    #1448394
    Kumar

    sorry, just again on the 1st one – the CSS solved it for my homepage.
    .wp-block-latest-posts {
    text-align: center;
    }

    How do I replicate the same for my archive pages?
    (Text title align center)

    #1448477
    David
    Staff
    Customer Support

    Use this CSS instead:

    .wp-block-latest-posts,
    h2.entry-title {
        text-align: center;
    }

    Make sure to clear your caches.

    #1448668
    Kumar

    this works, perfectly. Thanks David.

    #1448828
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.