Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #728633

    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!

    #728643

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.