Hi
How can I put a slider in a column or grid cell and remove all margin and padding so it fills the column or cell?
many thanks
Peter
Hi envapk2!
Thank you for using Enfold.
You can use the Grid Row element then remove the flex cell padding with this:
.flex_cell {
padding: 0;
}
Cheers!
Ismael
That’s great, many thaks
Peter