Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #944561

    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.

    #944768

    Hey gabs01,

    Add this to quick css:

    #av-masonry-1-item-3301{
    left:25%!important;
    }

    Best regards,
    Jordan Shannon

    #945030

    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

    #945487

    Hi,

    Do you mean your can’t switch between masonry images?

    Best regards,
    Jordan Shannon

    #945851

    yes exactly in mobile I can not switch from one profile to another

    #946047

    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

    #946069

    thank you it works. I have the same problem with the slides at the top. Could you also give me the CSS code please?

    #946073

    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

    #946509

    Thank you it works

    #946766

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘probleme with Masonry’ is closed to new replies.