Hi, and another question.
Is it possible to set the width of the color section to a “defined” width?
I got three GridBoxes and i want them to be above the colored background. But this background have to be just 50 Pixel wider than the boxes.
Cheers,
Markus
Hey der_mueller!
No, unfortunately it isn’t without custom css for the section.
Regards,
Devin
And with custom css?
Cheers,
Markus
Hey!
You can add this on your custom.css or Quick CSS:
.avia-section {
clear: none;
width: 900px;
float: none;
min-height: 100px;
margin: 0 auto;
}
You can also add an ID for the Color Section using the “For Developers: Section ID” field. Use it instead of the avia-section selector. Apply the css modification.
Regards,
Ismael
Thank you.
Cheers,
Markus