http://borstch.eu/karl-final2/galleri/
How do achieve this?
Hey crewneck!
Thank you for coming back.
Try the following:
#top .av-masonry {
padding-left: 20px !important;
}
If you want to limit it to this page:
#top.page-id-22 .av-masonry {
padding-left: 20px !important;
}
Best regards,
Günter
It seems to shrink gallery? It doesn’t move closer to the right margin.
Hey!
Thank you for coming back.
Try the following please:
#top .av-masonry {
margin-left: 20px !important;
}
Regards,
Günter
Doesn’t seem to work either. Any other ideas?
Hey!
Replace the code above with the following pls:
.avia-builder-el-2 {
padding-left: 20px !important;
}
Cheers!
Günter
No luck with that either unfortunately. Any clues?
Hey!
Not really. It works, when I insert the code in Firebug.
Can you give us an admin access, so we can check for a solution?
Best regards,
Günter
Hi!
I think, I found the solution:
.page-id-22 .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
bottom: 15px !important;
right: 0 !important;
left: 15px !important;
}
I placed it in QuickCSS at the bottom.
Best regards,
Günter
Looks great! Thanks!