Hello,
Theres a section on my website where i used your icon element in a group of 10 and used it to display my companies services (see screen shot:)
https://www.dropbox.com/s/80nv92p3ahwwy9k/Screen%20Shot%202016-06-27%20at%201.32.17%20PM.png?dl=0
And this is how it looks in the back end:
https://www.dropbox.com/s/kvvehwt7zvfyn8x/Screen%20Shot%202016-06-27%20at%201.32.44%20PM.png?dl=0
i want to know how to squeeze them all closer together, i want smaller gaps between.
Hey Jihad,
Thank you for using Enfold.
You can decrease the width of the grid container:
#av-layout-grid-5 .flex_cell_inner {
width: 80%;
margin: 0 auto;
}
Add a unique Section ID to the grid row then replace the selector #av-layout-grid-5 with it.
Best regards,
Ismael
Hello Ismael,
is there no way to do it from the back end? using padding and such?