Hello,
I’ve added a container where:
- container has full width
- inner container is boxed
When applying a border, it gets applied to the container. Is there a way (other then adding custom CSS) to add it to the inner container instead?
Thank you
Hello,
I’ve added a container where:
When applying a border, it gets applied to the container. Is there a way (other then adding custom CSS) to add it to the inner container instead?
Thank you
The inner container controls width but not style.
Given the description you posted, it sounds like you need to add another container within the first one you created. Then, that block’s border colour and size will be customisable.
Lovely. I’m definitively in love with GB and GP
Thank you!