Archived topic
How to move the postion of the button
1 reply · Started by Paul on June 25, 2022
hello
pls check this screenshot https://prnt.sc/3TDc9axS3i2B
how to move the button of " read more " to the postion where the arrow is pointing?
pls check this example from the screenshot https://prnt.sc/Us6UhP1bnRNI and i like this button postion
pls explain and guide me how to move it, thanks
Hi there,
you can either:
a. Customizer > Layout > Blog and check: Display Read more as Button
https://docs.generatepress.com/article/blog-content-layout/
OR instead:
b. if you want to keep the text link, add this CSS:
.read-more {
display: block;
}