How do I ensure there is a gutter between two containers ? | Adobe Higher Education
Skip to main content
November 13, 2019
Beantwortet

How do I ensure there is a gutter between two containers ?

  • November 13, 2019
  • 1 Antwort
  • 664 Ansichten

This is the original spacing/gutter between two containers:

I have been copying and pasting the containers to obtain a different order, then deleting the original containers after I was happy with the order. However, the gutter/margin between the rows have disappeared for some of them.

I have been into configure but can't see anything in there. I have been into layout, but don't appear to get the blue circles at all.

Any suggestions ?

Thanks

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von arunpatidar

Hi,

You can easily handle this using CSS.

e.g.

.inner-container-component.cq-Editable-dom{

   margin:10px 10px;

}

create CSS clientlibs with category cq.authoring.dialog

1 Antwort

arunpatidar
Community Advisor
Community Advisor
November 14, 2019

Hi,

You can easily handle this using CSS.

e.g.

.inner-container-component.cq-Editable-dom{

   margin:10px 10px;

}

create CSS clientlibs with category cq.authoring.dialog

Arun Patidar