Hi There,
is it possible to have a colored border around the fullframe-content?
I ‘m aiming for a passepartout-like / framed effect.
thanks for your help,
Marcus
Hey!
Try adding this code to the Quick CSS:
body {
padding: 20px;
background-color: red;
}
Won’t work if you have a fixed header though.
Cheers!
Josue
Thanks Josue,
Feature request is posted : )