Tagged: text
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
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
Oh, sorry about that.
Details attached.
Thank you!
Eva
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
Super!! Thanks a lot!! :-)
Eva