Hi, I am having an issue trying to write css code to right align my “Next post” button – the one with Monday 27 January 1986 below. My “Previous post” button is fine on the left, but the right-hand side is problematic.
I’m using a child theme with twenty-twenty-three and I’m adding my css via the Additional CSS option in the editor. I will likely add it into the child theme’s CSS file once I am happy with everything.
The page I need help with: [log in to see the link]
So further to this. I am still experiencing the frustration of not being able to right align my right hand navigation button.
Further to my previous post on the subject, I am using the Gutenberg editor and I have the shortcode inside columns, inside a group which also includes the post content.
It looks to me that the flexbox is causing me problems but I might be wrong?
@simes ts due to the block column containing the navigation links having left alignment of the block.
For that block, align the text right and it will work.
If you can’t do that, add a specific css class or id to that block and I can then send some css code to modify it for you.
Make sure its the next post block only as it will also alter the previous post link in that block if you dont add a specific id or class to only the next post block link.