-
wpali
Hello, how can I make it like the “read more” button on the site I gave in the example? In the example, the button is positioned at the bottom right
-
Hi there,
Can I see your current layout and suggest based on that?
Let me know 🙂
-
wpali
I did something like this but it looks very bad on mobile
and the bottom of the button turns green when clicking on it, is this a feature of generatepress? 🙂
-
1. select the container that contains the excerpt and the button, set its
display
toflex
,flex-direction
tocolumn
.2. select the read more button, set
margin-left
andmargin-top
toauto
,margin-right
to0
.Let me know if this helps!
-
wpali
I guess not 🙂
by the way, when I select the container from which we got the quote and the button, I cannot select the display item, so I did both operations by selecting the button
-
Alvind
Hi there,
You can use the List View panel to easily select the correct element. The solution Ying provided should work.
- You must be logged in to reply to this topic.