Tagged: enfold, Masonry Gallery, ubermenu
Hello,
i’ve a couple of question, i’m trying to make the space between elements in the masonry gallaery a little bigger,
i searche the forum but the various solutions i found turned out to be inefective,
i tryed with
av-masonry-entry{padding: 10px !Important}
which seem to do the trick but also mess up the order of the elements, could you please help me?
Second question, as you can see on the site the uber menu is working quite well (used the enfold child), but i can’t find a way to separate the title from the images a little, any idea?
Also is there a way to show the normal menu on mobile?
Thanks in advance for any help!
Hi eleclipse!
Add this to your custom CSS.
img.ubermenu-image.ubermenu-image-size-thumbnail {
padding-right: 10px !important;
}
In the Masonry element there is an option for creating a margin between each element. You can set a 1px gap or a “Large Gap”.
Best regards,
Elliott
Hi there, thank you for the answer!
Is there a way for the mosonry to use a custom gap? (or at lease have the large gap a couple of pixel larger without mixing the order?)
Hey!
You can also try the workaround described in this thread:
https://kriesi.at/support/topic/increase-masonry-gallery-gap-size/
Best regards,
Dake