[Resolved] Single post layout

Home Forums Support [Resolved] Single post layout

Home Forums Support Single post layout

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1276913
    Sanu Kumar

    Hey
    I would like to do some changes with my single post layout.
    I want to give H1 (title) in the centre ( padding: left 20px and right 20px)
    Image URL: https://masterybloggingforyou.blogspot.com/2020/05/image.html

    and the content body should be like this: https://www.loom.com/share/025cefad00f845f5bb35678d3fc6b2f9

    Is it possible to achieve this in GP?
    If yes then how to achieve.
    Thanks

    #1276945
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

    #1277363
    Sanu Kumar

    updated the link

    #1277751
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to add the 20px padding to the entry header and breadcrumb:

    .single-post .entry-header,
    .single-post .rank-math-breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }

    I am not sure what you need with the content ? Can you explain

    #1277762
    Sanu Kumar

    Content remains the same…no need to modified.

    But the CSS you provided is not working, it remains the same.

    #1277764
    David
    Staff
    Customer Support

    Have you tried clearing your browser cache as i can see the change on your site.

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