Hey,
how i can change margin of the “ZURÜCK” button down and left.
Custom-ID CSS “button001”
Best Regards
Coco
Hi Coco!
Try the following code in Quick CSS:
#top .button001 {
margin-left: 20px;
margin-top: 20px;
}
Best regards,
Josue
Thank you!
Coco