Hi, two questions:
1. need to reduce the size of the circles of navigation of the “fullwidht easy slider” the points that appear at the bottom of the image indicating how many pictures there are in total. As I show them more small?
2 masonry elements, select “1 pixel gap”, but find me very little, “large gap” is too much. Is it possible to select 2 pixel or 3?
I await your prompt response, from already thank you!
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-slideshow-dots a {
height: 6px;
width: 6px;
padding: 5px;
}
.av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry {
position: relative;
margin-right: 2px;
margin-bottom: 2px;
}
Best regards,
Yigit