Tagged: portfolio grid
-
AuthorPosts
-
June 9, 2016 at 10:20 pm #645797
Hello. I’m using portfolio grid with the following settings. It’s producing large gaps between many images, even though the images are all the same size. See issue here.
-Choose the Portfolio Grid image size manually
-No ScalingThank you,
RyanJune 9, 2016 at 10:53 pm #645815Hey rlogan2334,
As I understand when you view the grid items in mobile device a large gap appears between them correct? it appears the page is coming from the css with padding left and right 8% added to it. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av-flex-cells .no_margin { padding-left: 0%!important; padding-right: 0%!important; }}
It is better enable custom css class name and use a custom class on the grid and include the custom class name in the above css before .av-flex-cells to target only this grid else the above code may affect other grids on the site :)
Best regards,
VinayJune 9, 2016 at 10:56 pm #645818Hey. Haven’t even looked on mobile, because the issue is shown on the full desktop view. I didn’t make any CSS changes on this page, so I’m not sure why this would be happening. Also, I would think ALL images would have a gap.
June 9, 2016 at 11:03 pm #645823Hey!
The gallery appears to be correct on desktop for me. So i check on mobile and the CSS i provided was for the issues seen in below screenshot :D
Could you tell me if there is any way i can re-produce this issue on desktop? What browser device is used to view this page?
Regards,
VinayJune 9, 2016 at 11:40 pm #645843I just tried it in FF, Chrome, IE and Edge. Same result.
I also created a whole new page and the issue is there as well.
June 10, 2016 at 2:35 am #645932Hi!
It appears fine to me and I’m unable to re-produce this issue. i have asked my team members to take a look at this issue please await their reply.
Best regards,
VinayJune 10, 2016 at 3:02 am #645933Sorry for the trouble. The issue was with the CDN. Clearing the CDN cache resolved the issue.
Thank you,
RyanJune 10, 2016 at 10:24 am #646136Hi!
Ok Great! we will close this ticket.
Let us know if you have more questions on a new ticket.
Thank you for using Enfold.Best regards,
Vinay -
AuthorPosts
- The topic ‘Portfolio Grid – Gaps’ is closed to new replies.