-
AuthorPosts
-
December 7, 2015 at 2:09 pm #547986
Hi There,
We,ve changed the masonry blog to 1 column successfully with the help of this threat: https://kriesi.at/support/topic/1-column-masonry/
Now the problem is, that there seems to be a breakpoint at 990 pixels under wich the customization doesn’t work anymore.
It would be perfect, if we could reduce the breakpoint to 700 or 800. is that possible?
Thanks!
T.December 8, 2015 at 6:50 pm #548942Hey elbnetz!
not sure what you mean with breakpoint. I checked the link you have provided but could not see any issue. Can you highlight your intentions using screenshots please?
Regards,
AndyDecember 8, 2015 at 10:19 pm #549275The image switches from the left to the top at 990 pixels and it should not before 700 pixels.
December 10, 2015 at 3:40 pm #550466Hey!
Add this to Quick CSS:
@media only screen and (min-width: 687px) { figcaption.av-inner-masonry-content.site-background {left: 33%;top: -215px;} a.av-masonry-item-no-image figcaption.av-inner-masonry-content.site-background {left:0px;top: 0px;padding: 0px 20px;} a.av-masonry-item-with-image div.av-masonry-entry-content.entry-content {width: 65%;} div.av-masonry-outerimage-container {width: 33%;} figure.av-inner-masonry.main_color {max-height: 220px;} a.av-masonry-item-with-image .av-masonry-entry {margin-bottom:25px;} }Modify
687pxif needed.Best regards,
JosueDecember 11, 2015 at 10:09 am #550913Many Thanks Josue!
In principle it works. The only problem is, that under 990 pixels now the text part is moving out of the div at the top.
Any idea how to stop that?Thanks again!
December 11, 2015 at 10:53 am #550930Hi!
Seems the Masonry functionality is trying to reposition it each time the window size changes. Having noted this issue i’d suggest you to switch to a Blog or Grid element instead, a Masonry element is meant to work with multiple columns.
Best regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.
