[Support request] h1 and author name, updated date should be in the center

Home Forums Support [Support request] h1 and author name, updated date should be in the center

Home Forums Support h1 and author name, updated date should be in the center

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1468361
    Sanu Kumar

    h1 and author name, the updated date should be in the centre

    #1468367
    Elvin
    Staff
    Customer Support

    Hi,

    Can you link us to the site in question?

    Also, On what part are you trying to implement this? (blog list? single posts page?)

    #1468379
    Sanu Kumar
    #1468385
    Elvin
    Staff
    Customer Support

    You can try adding this CSS.

    body.single header.entry-header {
        text-align: center;
    }
    #1468390
    Sanu Kumar

    not working

    #1468400
    Elvin
    Staff
    Customer Support

    Strange. It should work. As shown here: https://share.getcloudapp.com/eDuPYXD8

    You can try this instead.

    /*For entry-title*/
    body.single .entry-title, .entry-meta {
        text-align: center;
    }

    This is how it’ll look like if applied properly: https://share.getcloudapp.com/yAulW1NG

    #1469910
    Sanu Kumar

    It is not working in the LIVE preview.

    #1469937
    Leo
    Staff
    Customer Support

    Elvin’s CSS should work but I’m not seeing it being added.

    Can you double check?

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