Hello i have a problem with my Masonry. I have selected Masonry flexible. I added some CSS behind. At first the result was really good. After I added more images since there is a problem of alignment. I chose 4 columns, when the account is not exact, the first line I have only two pictures instead of displaying next they are displayed at each end. There is a hole of two photos in the middle. Could you help me solve that please. Thank you in advance.
Hey gabs01,
Add this to quick css:
#av-masonry-1-item-3301{
left:25%!important;
}
Best regards,
Jordan Shannon
Thank you it’s great it works but I have another question please.
In mobile version when I click on the slide I do not have orders that allow to move to the following pages or previous as desktop. It’s annoying we can not change slides. Would you have a solution for that, please?
thank you in advance
Hi,
Do you mean your can’t switch between masonry images?
Best regards,
Jordan Shannon
yes exactly in mobile I can not switch from one profile to another
Hi,
Thanks for clarifying. Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top .avia-post-nav {
display: block!important;
}}
Best regards,
Jordan Shannon
thank you it works. I have the same problem with the slides at the top. Could you also give me the CSS code please?
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top .avia-slideshow-controls a{
display:block!important;
}}
Best regards,
Jordan Shannon
Thank you it works
Hi,
Great! I’m glad I was able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon