Reply To: Two Content Areas?

Home Forums Support Two Content Areas? Reply To: Two Content Areas?

Home Forums Support Two Content Areas? Reply To: Two Content Areas?

#167755
Tom
Lead Developer
Lead Developer

You’ll need to use HTML/CSS:

<div class="my-box">
     My content
</div>

And then the CSS:

.my-box {
    background: white;
    border: 1px solid #DDD;
}