Tagged: 

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

    Hi,

    I have created a text box where the text flows across four columns using this code

    .ev-fluidcolumns{
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    }
    }

    I would like to know if the space between the columns can be changed/defined? They are a bit too close to each other.

    Thank you.

    Eva

    #533149

    Hi Eva,

    Looks like we need to be logged in to view the site? Please post details in the Private Content section of your reply.

    Thanks,
    Rikard

    #533159

    Oh, sorry about that.

    Details attached.

    Thank you!

    Eva

    #533160

    Hey Eva!

    Please add following code to Quick CSS as well

    .ev-fluidcolumns { 
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    Regards,
    Yigit

    #533174

    Super!! Thanks a lot!! :-)

    Eva

    #533251

    Hi!

    You are welcome Eva, glad we could help! :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.