Hello,
On our new website…we will have four “Quicklinks” under the Layer Slider. Is there any way that I could adjust the image padding horizontally? We want it too look like our old website (we placed those images in a text box), but in the new site using Enfold, I wanted to use the 4 width column and individually add the images in each column, but it gives me too much padding for each image. Is there any way around this or should we just use the text box like we did before? We wanted to have animation on these images, but if this is not possible that is fine.
Thanks,
Hey japmediaent!
You could use a 1/1 column and have all of the images align left or some 1/4 columns and reduce the margins on them. For that you could add a color section and place the 1/4 columns inside it and then give the color section an ID and then add this to your custom CSS.
#yourID .av_one_fourth, #yourID .av-one-fourth { margin: 0px !important; }
And then adjust the margin to whatever you need.
If you want them to stick on one line even on small screens then you could use the grid row element and do the same thing.
Cheers!
Elliott