Home Forums Support Layout

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1386419
    Sanu Kumar

    Hello there

    Can we make a title and author name, last updated same like this: https://ibb.co/vmLK358

    Title of the content and author name, category, last updated should be in the centre with full width.

    and body of the content should be 40px left 20 px right.

    Can we make it with GP theme

    #1386468
    Leo
    Staff
    Customer Support
    #1386549
    Sanu Kumar

    I have done but I would like to add “Last Updated On” before the post date and add a separator between author name and updated date.

    #1386722
    David
    Staff
    Customer Support

    Hi there,

    you can simply add that text to your Header Element HTML eg,

    {{post_author}} | Last Updated On: {{post_date}}

    #1386810
    Sanu Kumar

    When I try this, I have checked there is one more separator between Updated and Post date. How to delete that separator and I didn’t give any separator in the HTML header.

    #1386827
    David
    Staff
    Customer Support

    Can you provide a link to your site. Edit the original topic and use the Site URL field to do so privately.

    #1386835
    Sanu Kumar

    updated

    #1386852
    David
    Staff
    Customer Support

    I am not seeing that on the site?

    You do have this CSS though which is currently adding a white left border to the date:

    .page-hero .entry-date {
        border-left: 2px solid #fff;
        padding-left: 10px;
        margin-left: 10px;
    } 
    #1386866
    Sanu Kumar

    Ah…my mistake.

    Thanks it’s now fine

    #1386887
    David
    Staff
    Customer Support

    Glad to be of help

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