Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #882950

    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!

    • This topic was modified 6 years, 11 months ago by cm-arq.
    #883718

    Hey CM Architects,

    I couldn’t see the element in your screenshot on your site, where can we see them?

    Best regards,
    Rikard

    #884019

    Sorry i didnt specify.

    #885375

    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

    #888346

    Thnks! i forgot about adding custom ccs class

    Worked great!

    #888692

    Hi,

    No problem. Glad we could help. :)

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image and Text Alignment’ is closed to new replies.