Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #828481

    Hi Guys,

    I am using the masonry for showing my blog posts. I have a 3 column blogpost and i have 4 blogs in total.
    The last blog is shown in the middle under the other 3. Can i align this to the left?

    Thanks again!

    #828499

    Hey Angelo,

    Add the following to quick css:

    #av-masonry-1-item-576{
    left:0px!important;
    top:325px!important;
    }

    Best regards,
    Jordan Shannon

    #828637

    Thanks that worked! If there are more blogs coming, will it stay like this? or do i have to change it every time?
    And can the spacing be a little more from the first title and the image under that so the 4th blog?

    Thanks again!

    #828820

    Hi,
    Change to:

    #av-masonry-1-item-576{
    left:0px!important;
    top:335px!important;
    }

    Best regards,
    Mike

    #829679

    This worked fine, only on mobile the post is loading over an other post. Can i fix that?

    #829708

    Hi,

    Adjust the previous css given to this:

    
    @media only screen and (min-width: 767px)  {
    #av-masonry-1-item-576{
    left:0px!important;
    top:335px!important;
    }
    
    }

    Best regards,
    Jordan Shannon

    #829807

    Its still the same it overrules the green blog

    #829837

    Hi,

    Can you post a screenshot? I’m no longer seeing the overlap on my end.

    Best regards,
    Jordan Shannon

    #829841

    i amsorry i was adding some extra blogs to see if it still was a problem. As soon as i have 6 blogs i can delete the code it will show normally. If i have 4 it comes in the middle so i did put the code back again.

    #829845

    Hi,

    Would you be able to provide admin info so I can log in and look into this further?

    Best regards,
    Jordan Shannon

    #829846

    Yes offcourse

    #829851

    Hi,

    This is fixed. The problem is you had too many instances of the css I gave you. You only need it to run on the desktop.

    Best regards,
    Jordan Shannon

    #829852

    Great! Thanks. Yes i had that before 2 but it didnt appear well on my mobile thats why i added it also on mobile. Thanks a lot!

    #829865

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘How to outline the masonry posts’ is closed to new replies.