Archived topic
Single post layout
5 replies · Started by Sanu Kumar on May 9, 2020
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
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 :)
updated the link
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
Content remains the same...no need to modified.
But the CSS you provided is not working, it remains the same.
Have you tried clearing your browser cache as i can see the change on your site.