Split heading and button rich text section Dawn theme

How can I make the layout of my rich text section go from this:

To looking like this:

Website: phattai.au

Password: EPIQMedia

1 Like

@julian-dadang

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@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 :blush: :blush: