Dennis_M
05-03-2022Cloud Apps
Blox - Container Format (Remove White Field Space Below Container)
I am using a BloX container as a title. I have white space below the container (see picture). "spacing": {"padding":0} in Configuration.
BloX script below. Is there a tip to remove the white field space below the container?
{
"style": "",
"script": "",
"title": "",
"titleStyle": [
{
"display": "none"
}
],
"showCarousel": false,
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "Retail Sales",
"style": {
"backgroundColor": "#50a8ad",
"text-align": "center",
"font-weight": "bold",
"font-size": "24px",
"margin": "0px"
}
}
]
}
],
"actions": []
}