Archived topic
Customizing Generatepress Buttons and JumpLinks
1 reply · Started by Sameer on March 22, 2019
Viewing posts 1–2 of 2
Also, one more thing. How do i move my READ MORE Button from left to write, it’s showing below the excerpt. I’d like it to show it at right something like this woorkup dot com
Also when clicked on Read more button it’s giving jump links, for example example.com/example-post/#more879 something like this. How to get rid of this.
Hi there,
this CSS will align the read more:
.read-more-container {
text-align: right;
}
This article explains how to remove the read more jump:
This archived topic is closed to new replies.