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!
Hey Angelo,
Add the following to quick css:
#av-masonry-1-item-576{
left:0px!important;
top:325px!important;
}
Best regards,
Jordan Shannon
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!
Hi,
Change to:
#av-masonry-1-item-576{
left:0px!important;
top:335px!important;
}
Best regards,
Mike
This worked fine, only on mobile the post is loading over an other post. Can i fix that?
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
Its still the same it overrules the green blog
Hi,
Can you post a screenshot? I’m no longer seeing the overlap on my end.
Best regards,
Jordan Shannon
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.
Hi,
Would you be able to provide admin info so I can log in and look into this further?
Best regards,
Jordan Shannon
Yes offcourse
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
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!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon