How can I make the layout of my rich text section go from this:
To looking like this:
Website: phattai.au
Password: EPIQMedia
How can I make the layout of my rich text section go from this:
To looking like this:
Website: phattai.au
Password: EPIQMedia
yes, please try this code
@media screen and (min-width: 750px) {
.rich-text--full-width .rich-text__blocks {
position: relative;
text-align: left;
max-width: 100%;
}
.rich-text--full-width .rich-text__blocks a.button.button--primary {
position: absolute;
right: 0;
top: 0;
margin-top: 0;
}
}
Fantastic, this looks great on desktop however it hasn’t changed on mobile. Any idea how to do that?
Thanks for idea
![]()