-
AuthorPosts
-
August 15, 2017 at 9:32 am #839130
Hey guys,
Currently I have my Masonry Gallery with no gaps
http://www.ccyran.com/workbut every now and then or when the browser is at a certain width, there seems to be glitches that create 1-2px gaps. Can you fix this?
Here’s an image for reference: https://ibb.co/fxMs1a
It’s noticeable under the 4 project thumbnails on the right.Thanks!
ChrisAugust 18, 2017 at 6:35 am #840756Hey ccyran,
Thank you for using Enfold. Awesome Snoop Dogg loader.
Increase the width of the masonry container to create more space for the items. It will overflow outside the browser but it’s barely noticeable.
.av-masonry { width: 100.5%; }
Best regards,
IsmaelAugust 19, 2017 at 4:04 am #841116Hey Ismael,
Thanks! I tried adding that but it still looks the same :/
it happens upon page load. But fixes if the browser gets wider or smaller.August 21, 2017 at 6:45 am #841862Hi,
Please adjust the value as needed and use additional css media queries if it’s still happening on smaller screens. Don’t forget to remove the browser cache after every update.
Best regards,
IsmaelAugust 21, 2017 at 6:51 am #841865Hey Ismael,
I tried that but it doesn’t fix the gaps, it just makes the thumbnails on the gallery cut off. It happens on every screen that isn’t mobile. Regardless of the browser size.
Can you suggest another CSS fix?
Thank you,
ChrisAugust 22, 2017 at 7:56 am #842348Hi,
It is working on our end. What is the screen resolution of your monitor? What browser are you using?
.main_color .av-masonry { width: 102%; margin-left: -1%; }
This is a screenshot from a 1920x1080px monitor after adding the modification.
Best regards,
IsmaelAugust 29, 2017 at 8:53 am #845234Hey Ismael,
Apologies for the delay. I thought I responded.
I tried the CSS above but Im still seeing it. It happens in any browser I view. Currently Im looking at it from Chrome and Safari. Here are recent screenshots that show the issue:
Chrome:
https://ibb.co/etR8P5Safari:
https://ibb.co/irA2j5The issue is fixed as soon as the browser width is adjusted, but it definitely appears on page load.
Thank you,
ChrisAugust 29, 2017 at 8:58 am #845235Hey so I found whats causing the issue!
This CSS I got to fix a previous issue is causing it:
#top .av-masonry-container {
float: none;
margin: 0 auto;
}Link to previous issue:
https://kriesi.at/support/topic/fullwidth-masonry-gallery-not-centered/Can you fix this CSS while preventing this current issue I have?
Thanks!
ChrisAugust 30, 2017 at 7:54 am #845657Hi,
Thank you for the update.
Replace it with the following css code.
.av-masonry-container { width: 100.4%; float: none; margin: 0 auto; }
Best regards,
IsmaelAugust 30, 2017 at 7:57 am #845660Hey Ismael,
Just tried it, no luck :/
September 1, 2017 at 9:03 am #846703Hi,
Why do you need to center the masonry element if it’s already full width? I don’t see any changes to the site when I remove the previous code.
Best regards,
IsmaelSeptember 1, 2017 at 1:35 pm #846848Hey,
I need it centered because I want to stop it from going fullwidth after 1600px.
I have the CSS for that:
.av-masonry-container {
max-width:1600px !important;
}but when I use it, it creates these gaps in the masonry gallery. I took off the CSS for now until it could be fixed.
September 4, 2017 at 8:31 am #847563Hi,
What is the screen resolution of your monitor? The suggested css modification is working on our end.
Best regards,
IsmaelSeptember 4, 2017 at 7:39 pm #847867Hey Ismael,
Currently. I’m on a Macbook 13″ retina display. it happens on other screens I look at as well. Currently, I removed the CSS provided so the issue doesn’t appear.
September 7, 2017 at 3:39 am #848920Hi,
What happens if you increase the max-width value?
.av-masonry-container { max-width:1601px !important; }
Best regards,
IsmaelSeptember 7, 2017 at 3:44 am #848924Hey Ismael,
Same issue. Here’s the css I tried:
.av-masonry-container {
max-width:1601px !important;
}.av-masonry-container {
width: 100.4%;
float: none;
margin: 0 auto;
}What happened (screenshot) : https://ibb.co/faLQzF
September 7, 2017 at 5:25 am #848947Hi,
Please increment the max-width value until it creates enough space for the columns.
Best regards,
IsmaelSeptember 7, 2017 at 6:24 am #848953hey Ismael,
To clarify, Im not trying to create a gap, I’m trying to remove it. I’ve tried incrementally increasing the max-width value but with no luck. You can close this thread.
Thank you,
ChrisSeptember 8, 2017 at 8:25 am #849468Hi,
To clarify, Im not trying to create a gap, I’m trying to remove it. I’ve tried incrementally increasing the max-width value but with no luck. You can close this thread.
Yes, I know. You can see the gaps because there are not enough space for the masonry columns. You have to increase the main masonry container.
Best regards,
IsmaelOctober 30, 2017 at 4:13 am #870287Hey Ismael,
What do you mean by that? Apologies. And as a reminder about this issue, its the random 1px gaps that appear between thumbnaiils on this page…
November 2, 2017 at 3:41 am #871490 -
AuthorPosts
- You must be logged in to reply to this topic.