Hi I want this image to to shown in the top right part where the blue background starts. Please let me know how this can be done
Hello @dylandesilva,
Thanks for writing in!
To accomplish what you have in mind, please edit the page and click the image element. Find the class field below of the image element settings and insert my-top-right-image. And then in the custom css section, add this custom css:
.my-top-right-image {
position: absolute;
top: 10px;
right: 10px;
}
We would love to know if this has worked for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.