Archived topic
GeneratePress Premium Volume style post navigation - right align title
5 replies · Started by Neil on February 22, 2021
Hello everyone,
I am building out a blog with GeneratePress Premium and Generate Blocks.
I have combined code from this forum and the Volume Theme in order to use the awesome blog post navigation at the bottom of the post.
Here is a link to the website and post: https://ijustbikefit.com/my-weight-training-plan/
I was hoping to try and find out what section of code I need to edit in the CSS to have the title for example "my eating plan" to right align under the "next" navigation text, just like it is aligned on the other side (Previous post).
So essentially, as is on the left side of the post, shown the inverse way on the right side of the navigation.
If you need me to copy all the CSS please let me know. There is a lot of it.
I hope that makes sense. I am not in anyway a skilled coder.
Thanks!
Hi there,
add this CSS to what you have so far:
#post-nav .post-next .post-nav-wrap {
justify-content: flex-end;
}
Hi David,
Absolutely perfect! Thank you!
I am embarrassed to say I have spent the last week to try and figure that out!
Should I upload the entire code incase someone else is battle with that?
Kind regards
Neil
Glad to hear that. I am sure others will find this topic if they need it :) Thanks for offering though.
Not a problem!
Take care David.
You too!