Hello,
there is one Thing i do not understand.
on my masonry blog i have a 1 Pixel gap. it works but i have 2 Blogs wich have no gap. why?
Regards
Sebastien
Hi Seba1973!
Can you please give us a link to the blogs without gap? Are they built using masonry too?
Cheers!
Ismael
Hi Ismael,
the site is under construction mode, not online.
Yes i have a masonry blog, and the blog element have a masonry gallery inside.
Regards
Sebastien
Reply back to this topic when you upload your site so we can debug it and provide a solution :)
Cheers!
Josue
Hello,
i put the site online for a few hours now so you can have a look. I put it offline as soon as i will have i reply.
thx for your help.
Regards
Sebastien
Hey!
Try adding this code to the Quick CSS:
.av-masonry-container.isotope {
background: white;
}
Cheers!
Josue
Hi Josue,
it makes the backgroud White, but the Pixel gap?
Regards
Seb
but….
how can i make the Background of the “load more” a different Color?
Regards
Seb
Hi!
Can we please check it again? It is currently under maintenance. Please post a screenshot of the issue.
Regards,
Ismael
Hi,
it is now online.
Regards
Seb
Hi!
Make sure to update your theme files to the most recent release. There was a few releases this week to fix bugs with 3.8. For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
For the read more button color Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .av-masonry-load-more {
background: #F00;
}
Best regards,
Devin