Hi, i have a number of images and texts divided in Columns. (the only way i found to achieve this)
Could u help me to reduce the space in between the rows. There is too much space between them.
Also, the first image+text is not aligned with the ones below. How can i Align them with the others?
Thnks!
Hey CM Architects,
I couldn’t see the element in your screenshot on your site, where can we see them?
Best regards,
Rikard
Sorry i didnt specify.
Hi,
Add a custom css class attribute to the columns (ex. “custom-column”) then adjust the width by using the following css code.
.custom-column {
width: 15%;
}
You have to enable the custom css class attribute field first.
// https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Ismael
Thnks! i forgot about adding custom ccs class
Worked great!