Hi ![]()
i would like to bring this red sentence up, above the pictures. But i cant find how to do it. Maybe somebody can help?![]()
Link: https://linis-candy.de/products/wunschtuete
Many thanks!
Hi ![]()
i would like to bring this red sentence up, above the pictures. But i cant find how to do it. Maybe somebody can help?![]()
Link: https://linis-candy.de/products/wunschtuete
Many thanks!
Hi,
you have to select at least one picture. Then it appears
@LinisCandy by adding below css into base.css you can add message up
.gpo-app .gpo-form__group.gpo-col-12 {
width: 100%;
display: flex !important;
flex-direction: column-reverse !important;
}
Hello There,
.gpo-element.gpo-form__group.gpo-col-12.rounded__style.show-addon-for-option.has-error div:not([class]) {
order: 1;
padding-top: 20px;
}
.gpo-element.gpo-form__group.gpo-col-12.rounded__style.show-addon-for-option.has-error {
display: flex;
flex-direction: column;
}
Thank you for your response. Itβs good to know that itβs worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.